How to Install Krita on Linux Ubuntu 22.04

Krita is a professional FREE and open source painting program. It is made by artists that want to see affordable art tools for everyone.

Install Krita on Linux ubuntu 22.04; Through this tutorial, we will show you how to install, uninstall and use Krita on Linux ubuntu 22.04 system.

How to Install & Uninstall Krita on Linux Ubuntu 22.04 Terminal

Just follow the following steps to install and use Krita on linux ubuntu 22.04:

  • Step 1 – Update System Repository
  • Step 2 – Install Krita
  • Step 3 – Verify Krita version
  • Step 4 – Start Krita
  • Step 5 – Uninstall Krita Ubuntu 22.04

Step 1 – Update System Repository

First of all, open command line and execute the following command on the command line to update system repository:

sudo apt update
sudo apt upgrade

Step 2 – Install Krita

Then execute the following command on the command line to install Krita on Linux ubuntu:

sudo apt install krita

Step 3 – Verify Krita version

Once the Krita installation is completed. Then verify the Krita version by executing the following command on the command line:

krita --version

Step 4 – Start Krita

Now execute the following command on the command line to start Krita app on Linux ubuntu:

krita

Step 5 – Uninstall Krita Ubuntu 22.04

If you want to remove or uninstall krita from ubuntu 22.04 system, you can completely remove krita in ubuntu by using the following command:

sudo apt install remove --autoremove krita

Conclusion

Through this tutorial, we have learned how to install, uninstall and use Krita on Linux ubuntu 22.04 system.

Recommended Linux Ubuntu Tutorials

Related Articles

Leave a Reply

Your email address will not be published. Required fields are marked *

Back to top button