{"id":1781,"date":"2021-12-28T17:43:10","date_gmt":"2021-12-28T14:43:10","guid":{"rendered":"https:\/\/files2.tojikon.net\/files-cloud\/2021\/12\/27\/how-to-upgrade-to-krita-5-0-on-linux\/https:\/\/files2.tojikon.net\/files-cloud\/2021\/12\/27\/how-to-upgrade-to-krita-5-0-on-linux\/"},"modified":"2021-12-28T17:43:10","modified_gmt":"2021-12-28T14:43:10","slug":"how-to-upgrade-to-krita-5-0-on-linux","status":"publish","type":"post","link":"https:\/\/tojikon.net\/en\/1781-how-to-upgrade-to-krita-5-0-on-linux\/","title":{"rendered":"How to upgrade to Krita 5.0 on Linux"},"content":{"rendered":"<section id=\"related_posts\">\n<div class=\"block-head\">\n<h3>Related Articles<\/h3>\n<\/div>\n<\/section>\n<p>Krita 5.0 is out for Linux users, and it is packed with new and exciting features. If you\u2019ve been looking to upgrade to 5.0, this guide will help! Follow along as we show you how you can upgrade to Krita 5.0 on Linux!<\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"alignnone wp-image-415450 size-full\" src=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-upgrade-to-krita-5-0-on-linux.jpg\" alt=\"\" width=\"1200\" height=\"625\"\/><\/p>\n<h2>Ubuntu upgrade instructions<\/h2>\n<p>On Ubuntu, the latest version of Krita is 4.48. Unfortunately, there\u2019s no way to upgrade it to 5.0 with the official Ubuntu software repositories. However, there is a Krita PPA that can get you the latest version of the app.<\/p>\n<p>To get started, launch a terminal on the Ubuntu desktop. To do that, press <strong>Ctrl + Alt + T<\/strong> on the keyboard. Or, search for \u201cTerminal\u201d in the app menu. Then, use the <strong>add-apt-repository<\/strong> command to add the new Krita PPA to your computer.<\/p>\n<p>Note: although this section focuses on Ubuntu, if you use an Ubuntu-based operating system like Elementary OS, Peppermint, Zorin OS, Linux Mint, and others, this PPA is compatible with your Linux operating system, so feel free to use it to get the latest Krita.<\/p>\n<pre>\nsudo add-apt-repository ppa:kritalime\/ppa\n<\/pre>\n<p>After adding the new Krita PPA to your computer, you\u2019ll need to update it. Using the <strong>apt update<\/strong> command, refresh Ubuntu\u2019s software sources.<\/p>\n<pre>\nsudo apt update\n<\/pre>\n<p>Once the <strong>update<\/strong> command is run, Ubuntu will detect updates for the Krita application. From here, run the <strong>upgrade<\/strong> command to install the latest version of Krita to your Ubuntu system. Or, if you do not have it set up already, install it.<\/p>\n<pre>\nsudo apt upgrade -y\n<\/pre>\n<p>or<\/p>\n<pre>\nsudo apt install krita -y\n<\/pre>\n<h2>Debian upgrade instructions<\/h2>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"alignnone wp-image-415452 size-full\" src=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-upgrade-to-krita-5-0-on-linux.png\" alt=\"\" width=\"1200\" height=\"868\"\/><\/p>\n<p>Debian does not have any ability to upgrade to the latest version of Krita through the official software repositories. However, that doesn\u2019t mean you cannot upgrade. Thankfully, Debian supports Flatpak and Snap packages quite well.<\/p>\n<p>Before attempting to use Flatpak or Snap package to get a newer version of Krita, you\u2019ll have to uninstall the Debian version of the app. To do that, open up a terminal window by pressing <strong>Ctrl + Alt + T<\/strong>, or launch it via the app menu. Then, run the <strong>apt-get remove<\/strong> command.<\/p>\n<pre>\nsudo apt-get remove krita\n<\/pre>\n<p>After removing the Krita application from Debian, follow the AppImage installation instructions to get the latest version of Krita on your Debian Linux system.<\/p>\n<h2>Arch Linux upgrade instructions<\/h2>\n<p>Arch Linux always has the latest packages available for its users. As Krita 5.0 is officially out, it will be available in the software repositories. To get the latest version of Krita on your Arch system, start by opening up a terminal window on the desktop.<\/p>\n<p>When you have a terminal window open and ready to use, run the <strong>pacman -Syyu<\/strong> command. This will upgrade your system and install the latest version of Krita on your Arch Linux system.<\/p>\n<pre>\nsudo pacman -Syyu\n<\/pre>\n<p>Don\u2019t have the latest version of Krita on your Arch Linux system already? Use the <strong>pacman -S<\/strong> command and install the \u201ckrita\u201d package on your computer.<\/p>\n<pre>\nsudo pacman -S krita\n<\/pre>\n<h2>Fedora upgrade instructions<\/h2>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"alignnone wp-image-415450 size-full\" src=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-upgrade-to-krita-5-0-on-linux.jpg\" alt=\"\" width=\"1200\" height=\"625\"\/><\/p>\n<p>On Fedora Linux, the latest version of the Krita application is 4.4.5. Sadly, the Fedora project has yet to update these packages to the new 5.0 version. If you\u2019re using Fedora and want to get 5.0, do the following.<\/p>\n<p>First, open up a terminal window on the Fedora desktop. With the terminal window open and ready to use, uninstall Krita using the <strong>dnf remove<\/strong> command.<\/p>\n<pre>\nsudo dnf remove krita\n<\/pre>\n<p>After uninstalling the Krita package from Fedora, follow the AppImage instructions to get the latest version of Krita working on your Fedora system.<\/p>\n<h2>OpenSUSE upgrade instructions<\/h2>\n<p>Sadly, OpenSUSE Tumbleweed and OpenSUSE Leap have yet to add Krita 5.0 to their official software repositories. Unfortunately, this means that if you are looking to upgrade to the newest release of the app, you will have to uninstall the OpenSUSE RPM package first.<\/p>\n<p>Launch a terminal window on the desktop to remove the OpenSUSE Krita package. You can launch a terminal window in OpenSUSE by pressing <strong>Ctrl + Alt + T<\/strong> on the keyboard or launch it via the app menu.<\/p>\n<p>After opening up a terminal window, use the <strong>zypper remove<\/strong> command to uninstall the \u201ckrita\u201d package from your computer. After removing the package file from your computer, Krita will be completely uninstalled. From here, follow the AppImage instructions to get the latest Krita on OpenSUSE.<\/p>\n<h2>AppImage upgrade instructions<\/h2>\n<p>Krita regularly builds and releases AppImages so that users can get the new version of the app as fast as possible. Therefore, if your operating system hasn\u2019t yet Krita 5.0 available, the AppImage has you covered.<\/p>\n<p>To start, you must install the AppImageLauncher tool. AppImageLauncher runs in the background on your computer and handles AppImages, creates desktop shortcuts, and even updates so you don\u2019t have to.<\/p>\n<p>After setting up the AppImageLauncher tool on your computer, head over to the official Krita website and download the newest AppImage file. Then, open up the Linux file manager, run the AppImage, and select the \u201cIntegrate and run\u201d option to install Krita to your Linux system.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Related Articles Krita 5.0 is out for Linux users, and it is packed with new and exciting features. If you\u2019ve been looking to upgrade to 5.0, this guide will help! Follow along as we show you how you can upgrade to Krita 5.0 on Linux! Ubuntu upgrade instructions On Ubuntu, the latest version of Krita &hellip;<\/p>\n","protected":false},"author":1,"featured_media":1782,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[21],"tags":[33],"_links":{"self":[{"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/posts\/1781"}],"collection":[{"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/comments?post=1781"}],"version-history":[{"count":0,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/posts\/1781\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/media\/1782"}],"wp:attachment":[{"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/media?parent=1781"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/categories?post=1781"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/tags?post=1781"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}