View Single Post
  #10 (permalink)   Top
Old 9th October 2008, 03:10 AM
Mikorist's Avatar
Mikorist Mikorist is offline Mikorist has a Profile Picture
TST Member
 
Join Date: Sep 2008, 70 posts.
Location: Belgrade, Serbia
Reputation: Mikorist is on a distinguished road
Quote:
Originally Posted by wladicus View Post

However, STILL NO GIMP. I did what you suggested, I even tried it again by completely removing Gimp and then doing a new installation, but still no Gimp and exactly same error message about the damaged formatting.

Any new ideas?
Completely remove Gimp
Code:
sudo apt-get remove gimp --purge

sudo apt-get autoremove
Gimp-2.6 For: Ubuntu Hardy (32 bits)

install in the following order:
Code:
~$ wget http://cesium.di.uminho.pt/pub/getdeb/ubuntu/hardy/li/libgimp2.0_2.6.0-1~getdeb1_i386.deb
~$ sudo dpkg -i  libgimp2.0_2.6.0-1~getdeb1_i386.deb

~$ wget http://getdeb.agetta.de/ubuntu/hardy/li/libbabl-0.0-0_0.0.22-1~getdeb1_i386.deb
~$ sudo dpkg -i libbabl-0.0-0_0.0.22-1~getdeb1_i386.deb

~$ wget http://ftp.heanet.ie/mirrors/www.getdeb.net/getdeb/ubuntu/hardy/li/libgegl-0.0-0_0.0.18-1~getdeb1_i386.deb
~$ sudo dpkg -i libgegl-0.0-0_0.0.18-1~getdeb1_i386.deb

~$ wget http://ftp.heanet.ie/mirrors/www.getdeb.net/getdeb/ubuntu/hardy/gi/gimp-data_2.6.0-1~getdeb1_all.deb
~$ sudo dpkg -i gimp-data_2.6.0-1~getdeb1_all.deb

~$ wget http://ftp.heanet.ie/mirrors/www.getdeb.net/getdeb/ubuntu/hardy/gi/gimp_2.6.0-1~getdeb1_i386.deb
~$ sudo dpkg -i gimp_2.6.0-1~getdeb1_i386.deb

~$ wget http://ftp.heanet.ie/mirrors/www.getdeb.net/getdeb/ubuntu/hardy/gi/gimp-python_2.6.0-1~getdeb1_i386.deb
~$ sudo dpkg -i gimp-python_2.6.0-1~getdeb1_i386.deb
Start GIMP by running:
Code:
~$ gimp-2.6
__________________
YouCanMail.Me

Last edited by Mikorist; 9th October 2008 at 10:52 AM.
Reply With Quote