apa@nakedpc ~ $ sudo apt-get -t unstable install libgegl-0.2-0 libbabl-0.1-0
Reading package lists... Done
E: The value 'unstable' is invalid for APT::Default-Release as such a release is not available in the sources
apa@nakedpc ~ $
gychang
---
I have installed gimp from debian experimental and it works fine. Before installing gimp from experimental, jut install libgegl-0.2-0 and libbabl-0.1-0 from unstable.
- Code: Select all
apt-get -t unstable install libgegl-0.2-0 libbabl-0.1-0
After that you can do
- Code: Select all
apt-get -t experimental install gimp
This command pulls in all the dependencies from the experimental branch. The command that you have used pulls in just gimp and not the dependencies like gimp-data, libgimp2.0.







