Install Gimp from Ubuntu PPA

wget http://installit.googlecode.com/hg/install.gimp.sh -O - | bash -

#!/bin/bash

# add repository
sudo add-apt-repository -y ppa:matthaeus123/mrw-gimp-svn

# update
sudo apt-get update -qq

# install gimp
sudo apt-get install -y gimp

# OPTIONAL: enable single window mode
Menu Window > check "Single window mode"

# Links
http://www.webupd8.org/2009/08/how-to-install-gimp-27-in-ubuntu-jaunty.html
ftp://ftp.gimp.org/pub/gimp/v2.7/

Do you like this page? Then support it. Please click the AD below and visit the sponsor. Thank you!