Gimp an open source Image editor and designing software and it a biggest alternative to Adobe Photoshop.It is available for all Operatin...
Gimp an open source Image editor and designing software and it a biggest alternative to Adobe Photoshop.It is available for all Operating systems Windows, Linux and Mac OS-X
In this tutorial I will show you how to install the Latest version of GIMP 2.8.16 on Ubuntu 14.04 LTS / 15.10 LTS ,Linux Mint 17
Installation is very simple because it is available in PPA
Installation steps
Step 1:Add the Official PPA from the GIMP team
sudo add-apt-repository ppa:otto-kesselgulasch/gimpStep 2:Update the Repository
sudo apt-get updateStep 3:Install Gimp 2.8.16
sudo apt-get install gimpInstall Gimp Plugins
sudo apt-get install gimp-plugin-registryRemoving Gimp
For removing GIMP completely run the below commands in terminal
sudo apt-get purge gimp gimp-plugin-registry
COMMENTS