-2

I have linox & want to download Gimp. Which version should I use?

David Foerster
  • 36,264
  • 56
  • 94
  • 147

2 Answers2

1

In ubuntu, you can install gimp by running the following command:

sudo apt-get install gimp

Alternatively, open ubuntu software center, search for gimp and install it there.

This way, you will get Gimp version 2.8.10 (for ubuntu trusty and utopic). If you want a newer version (newest is 2.8.14), have a look at http://www.gimp.org/downloads/.

For additional information, look at How do I install applications in Ubuntu?.

fret
  • 1,027
  • 2
  • 9
  • 13
0

To get latest version

sudo add-apt-repository ppa:otto-kesselgulasch/gimp
sudo apt-get update
sudo apt-get install gimp
blade19899
  • 26,704
Nikhil
  • 1