Add one of the following to your repository list (/etc/apt/sources.list):
deb http://www.ingimp.org/do/downloads/debian-ubuntu/ etch main
deb http://www.ingimp.org/do/downloads/debian-ubuntu/ feisty main
deb http://www.ingimp.org/do/downloads/debian-ubuntu/ gutsy main
deb http://www.ingimp.org/do/downloads/debian-ubuntu/ hardy main
gpg --keyserver subkeys.pgp.net --recv-key 49C5192819D03486
gpg --export -a 49C5192819D03486 | sudo apt-key add -Then do the following to refresh the source list:
apt-get update
At this point, ingimp should now be in your list of packages to install. So you can install it using apt-get:
apt-get install ingimp
To run ingimp, simply type ingimp
ingimp is part of the official Debian archive so all you need to do is:
apt-get install ingimp
To get the source code on Debian or Ubuntu, add one of the following to your repository list:
deb-src http://www.ingimp.org/do/downloads/debian-ubuntu/ etch main
deb-src http://www.ingimp.org/do/downloads/debian-ubuntu/ feisty main
deb-src http://www.ingimp.org/do/downloads/debian-ubuntu/ gutsy main
deb-src http://www.ingimp.org/do/downloads/debian-ubuntu/ hardy main
Then use apt-get to download the source code:
apt-get source ingimp
See compiling for information on how to compile ingimp from source.
Note: You must have X11 installed for ingimp to function in Mac OS X. Otherwise, it will abruptly quit at start-up, without warning. See Apple's X11 page for more information about X11, if you are new to it.
See compiling for information on how to compile ingimp from source.