Gimp-2.6.6 on Debian Lenny
Written by edmond in Applications, Debian, Gimp, Gnu-Linux, Graphics, Tips & Tricks
Out of curiosity I tried to install Gimp 2.6.6 on Debian Lenny, where is the version that I run 2.4.7.I steps
are simple. Once you have checked that you have to compile and that is the essential build-essential, and a pair of dependencies
necessary:
# Apt-get install libgegl-0.0-dev
do is download the sources from here and compile it:
gimp-2.6.6.tar.bz2 tar-xjf
cd gimp-2.6.6
apt-get build-dep gimp
. / configure
make
# Make install
instead of make install would be better to use checkinstall, clearly after you install it. If once started would
present an error screen like the one below, is resolved by removing gimp-data.

Post similar (or almost):
- Compile Gimp 2.7 on Debian Squeeze today having had a bit of time I have ...
- GIMP FX Foundry scripts for Gimp Gimp For those who use it often enough, I would like ...
- Simple header with Gimp In this period I had a bit of ...
- Mount iphone cable using itunnel (libiphone-libplist) and Debian Who owns an iPhone knows that one ...
- Nautilus 2.28 in Debian Squeeze Squeeze Today after reinstalling I noticed that ...















