metaosp
February 20th, 2006, 11:30 AM
I tried to install libgtk2.0-dev package but with no luck:
$ sudo apt-get install libgtk2.0-dev
...
The following packages have unmet dependencies:
libgtk2.0-dev: Depends: libgtk2.0-0 (= 2.8.6-0ubuntu2) but 2.8.6-0ubuntu2.1 is to be installed
E: Broken packages
What's wrong? I do have libgtk2.0-0 install in my system:
$ dpkg -l libgtk2.0-0
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad)
||/ Name Version Description
+++-===============-===============-==============================================
pi libgtk2.0-0 2.8.6-0ubuntu2. The GTK+ graphical user interface library
I noticed that the prefix in dpkg -l output is 'pi' instead of 'ii', is this what cause the problem? How can I change it back to 'ii' ?
Thanks,
Metaosp
$ sudo apt-get install libgtk2.0-dev
...
The following packages have unmet dependencies:
libgtk2.0-dev: Depends: libgtk2.0-0 (= 2.8.6-0ubuntu2) but 2.8.6-0ubuntu2.1 is to be installed
E: Broken packages
What's wrong? I do have libgtk2.0-0 install in my system:
$ dpkg -l libgtk2.0-0
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad)
||/ Name Version Description
+++-===============-===============-==============================================
pi libgtk2.0-0 2.8.6-0ubuntu2. The GTK+ graphical user interface library
I noticed that the prefix in dpkg -l output is 'pi' instead of 'ii', is this what cause the problem? How can I change it back to 'ii' ?
Thanks,
Metaosp