ingimp Downloads

Version 2.4.6, Release 2008-05-31

Windows


UNIX

  • Debian Stable / Ubuntu Packages:

    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

    Add the following public key to your key ring:
     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

  • Debian unstable:

    ingimp is part of the official Debian archive so all you need to do is:

     apt-get install ingimp 
  • Precompiled RPM's for Fedora / Red Hat-ish Systems:

  • Full Source Distribution:

    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.


Older Releases

Mac OS X, Intel Only


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.


UNIX

See compiling for information on how to compile ingimp from source.