Gimp 2.6.3 Update
Sunday, 23. November 2008, 17:26:47
a blog by Eckhard M. Jäger
Sunday, 23. November 2008, 17:26:47
anonymous
spidie writes: I'm currently getting a broken link on the zip f ...
anonymous
Anonymous writes: If you are planning on using it ona Mac, do n ...
anonymous
Anonymous writes: In May 2008 I bought a license, asked back se ...
Bitmanagement has a new website, you can get the exporter here: ...
anonymous
Rolf (meetthegimp.org) writes: I doubt that there will be ever ...
anonymous
mat writes: Thanks for the tip !! I have to work on linux for a ...
In what you are interested in?
Total: 26 votes
Anonymous # 26. November 2008, 09:09
Hi Eckhard. Did you managed to install Gimp 2.6.3 on Ubuntu Hardy? I have some dependencies problems (libgtk2, libpango and few others). Altough v.2.6.2 installs just fine.
area42 # 26. November 2008, 11:25
Hi, nope i'm staying on 2.6.0 at the moment. Make sure you downloaded packages for Hardy. You can't install Ibex packages.
Anonymous # 19. March 2009, 17:58
Sorry Eckard, but that's nonsens.
Ever heared of GetDeb?
Have a look at this, folks:
http://www.getdeb.net/app/Gimp
go to the Ubuntu version and architecture you are using...
get the packages listended there and drop them to a folder you may name 'whatever_you_want'
go to the folder 'whatever_you_want' and install them in this order:
dpkg -i libbabl*.deb
dpkg -i libgegl*.deb
dpkg -i libgimp*.deb
dpkg -i gimp-data*.deb
dpkg -i gimp_*.deb
Should work.
It did on all my Ubuntu machines except the Ubuntu-Studio one, because of this:
gimp kollidiert mit gimp-gnomevfs (
area42 # 19. March 2009, 21:31
as you red in my article i know about getdeb.net. And today they released there a fresh nice, new Gimp 2.6.6 package for Hardy too. But there is a dependency problem in the old Gimp 2.6.0 package of Getdeb.net. If you try to update Gimp it didn't work because gimp-python is now no extra package anymore. And so it can't be updated easy.
What i did today is download all new Gimp 2.6.6 packages from Getdeb.net in one folder and opened the location in a shell. There i started:
sudo dpkg --force-breaks --force-overwrite --ignore-depends=gimp-python -i *
To updatze Gimp and ignore gimp-python. After that i removed gimp-python in Synaptic without any depedency problem. Now i'm up-to-date again - Yeah!
Anonymous # 20. March 2009, 07:20
Hi area42!
I didn't encounter problems with gimp-python, whilst you keep installing the packages the way I mentioned above. If you encounter problems a
dpkg -i --force-all *.deb
forces to install it ignoring dependency problems.
By the way I prefer to get root this way:
sudo bash
to get rid of typing sudo so often.
Nice to get a feedback from you, GIMP!2.6.x is worth fiddling around with the package managing...
Some other GUMPusers prefer to include getdeb in /etc/apt/sources.list which is - in my opinion - not a good idea, because it breaks the upgrading process.
I will keep running the LTS version of Ubuntu until a new LTS version is available, because all stuff I need is available and (which is very important for me) my Wacom intuos works perfectly, Intrepid xorg.conf seems to be a bit, hm, broken.
HTH
SMut
area42 # 20. March 2009, 08:09