Revolutionize Your Art Game! Discover the Ultimate Guide to Installing the Latest Version of Krita in Ubuntu!

Are you looking to upgrade your art game on Ubuntu? Look no further than Krita, a free and open-source painting software designed for digital artists. With Krita, you can create stunning, professional-grade artwork on your Ubuntu system. However, if you haven’t installed Krita before, the process can seem daunting. That’s where this guide comes in! In this article, we’ll walk you through the step-by-step process of installing the latest version of Krita in Ubuntu.

Step 1: Update Your System Before installing Krita, it’s important to make sure your Ubuntu system is up-to-date. Open a terminal and run the following commands:

sudo apt update sudo apt upgrade

This will update all of your system packages to the latest versions.

Step 2: Add the Krita Repository Next, we’ll add the Krita repository to our system so that we can install the latest version of Krita. Run the following command in your terminal:

sudo add-apt-repository ppa:kritalime/ppa

Step 3: Install Krita Now that we’ve added the Krita repository, we can install Krita on our Ubuntu system. Run the following command in your terminal:

sudo apt install krita

This will install the latest version of Krita.

Step 4: Launch Krita Once Krita is installed, you can launch it by searching for “Krita” in your system’s application menu. Alternatively, you can run the following command in your terminal:

krita

Congratulations! You’ve successfully installed Krita on your Ubuntu system. Now you’re ready to start creating beautiful artwork.

In Conclusion Krita is an amazing open-source tool that makes it easy for digital artists to create stunning artwork on Ubuntu. By following the steps outlined in this article, you should be able to install the latest version of Krita on your Ubuntu system with ease. So what are you waiting for? Start revolutionizing your art game with Krita today!

You’ve updated and upgraded your Ubuntu installation, but Krita remains in its pre-4.3 version. That’s because Ubuntu’s official repositories don’t offer the latest and greatest from Krita’s developers. Let’s see how to install the latest version of Krita on Ubuntu.

Via Snap

It’s a well-known fact that Ubuntu’s latest version prioritizes snap over apt. Although apt insists on installing a pre-4.3 version of Krita, the latest one is available through snap. Terminal fans can install it with:

Those who prefer the visual way of doing things can bring it on-board through Ubuntu’s Software Center. Start by running the software center app, then typing Krita’s name in the top search field.

Click on the Krita entry, and if you scroll down to check its details, you will see it’s the latest version.

Scroll back up and click on the green Install button. After a while, you will find the program among the rest of your installed software.

Via AppImage

Krita’s developers also offer their much-beloved graphics application in AppImage format. It’s almost as easy to install and use as the snap version but requires you to go over a series of steps until you can use it. Plus, you will have to update it manually in the future. Still, this is probably the most familiar way of installing software for former Windows users.

Start by visiting the application’s official site. Pay a visit to the Download page and click on AppImage to select this version. Then, click on the big blue “Linux 64-Bit AppImage (201MB)” button to download Krita in a standalone package.

When the process completes, open the folder containing the downloaded file in your file browser.

Right-click on the downloaded file and choose Properties. In the Permissions tab, enable “Allow executing file as program.” Close the window.

Now, double-click on the file to run the latest version of Krita.

If you have difficulty executing it, you can make use of the traditional way to make it executable. Open a terminal and type the following command:

Afterward, we could run Krita both from the terminal with ./krita-4.3.0-x86_64.appimage and by double-clicking its file.

Via Apt

Krita’s latest version might be missing from Ubuntu’s official repositories, but you can still access it via the developer repository.

Start by adding the third-party repository to Ubuntu’s list:

Acknowledge any prompt which may appear. After you have done so, update Ubuntu’s software list with:

Finally, install it with a typical:

With the latest version of Krita installed in your computer, it is now time to sketch like a pro with Krita. If Krita is not to your liking, you can also check out some of the best image-editing software for Linux here.

OK’s real life started at around 10, when he got his first computer - a Commodore 128. Since then, he’s been melting keycaps by typing 24/7, trying to spread The Word Of Tech to anyone interested enough to listen. Or, rather, read.

Our latest tutorials delivered straight to your inbox