Upgrade and Install Krita 2.9.1 on Linux Ubuntu 14.10/14.04/12.04. Krita 2.9 is an image editing software and an excellent Photoshop alternative for Ubuntu Systems.
Install Krita 2.9.1 in Ubuntu Systems
Open Terminal and run the following commands to update the local repository index and install the krita-2.9 and krita-2.9-dbg packages:
sudo add-apt-repository ppa:dimula73/krita
sudo apt-get update
sudo apt-get install krita-2.9 krita-2.9-dbg
Now run the following commands to create the icons:
cd /opt/project-neon/share/ && sudo cp -r applications/ /usr/share/
cd /opt/project-neon/share/ && sudo cp -r icons/ /usr/share/
sudo ln -s /opt/project-neon/bin/krita /usr/bin/krita
If you wish to uninstall and remove Krita 2.9.1 from Linux Ubuntu systems, run the following command:
sudo apt-get remove krita-2.9 krita-2.9-dbg