Code: Select all
pi@malman ~ $ sudo apt-get update
Hit http://archive.raspberrypi.org jessie InRelease
Hit http://archive.raspberrypi.org jessie/main Sources
Hit http://archive.raspberrypi.org jessie/ui Sources
Hit http://archive.raspberrypi.org jessie/main armhf Packages
Hit http://archive.raspberrypi.org jessie/ui armhf Packages
Ign http://archive.raspberrypi.org jessie/main Translation-en_GB
Ign http://archive.raspberrypi.org jessie/main Translation-en
Ign http://archive.raspberrypi.org jessie/ui Translation-en_GB
Ign http://archive.raspberrypi.org jessie/ui Translation-en
Reading package lists... Done
pi@malman ~ $ sudo apt-get upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
pi@malman ~ $ sudo apt-get install libgtk-3-dev
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
libgtk-3-dev : Depends: libgdk-pixbuf2.0-dev (>= 2.27.1) but it is not installable
Depends: libpango1.0-dev (>= 1.36.7) but it is not going to be installed
Depends: libatk1.0-dev (>= 2.7.5) but it is not installable
Depends: libatk-bridge2.0-dev but it is not installable
Depends: libcairo2-dev (>= 1.10.0) but it is not going to be installed
Depends: libxinerama-dev but it is not installable
Depends: libxi-dev but it is not installable
Depends: libxrandr-dev but it is not installable
Depends: libxcursor-dev but it is not installable
Depends: libxcomposite-dev but it is not installable
Depends: libwayland-dev (>= 1.4.0) but it is not installable
E: Unable to correct problems, you have held broken packages.
pi@malman ~ $
Code: Select all
pi@malman ~ $ sudo aptitude -f install libgtk-3-dev
The following NEW packages will be installed: libcairo-script-interpreter2{a}
libcairo2-dev{ab} libgtk-3-dev{b} libpango1.0-dev{ab} libpixman-1-dev{a}
0 packages upgraded, 5 newly installed, 0 to remove and 0 not upgraded.
Need to get 2,620 kB of archives. After unpacking 15.7 MB will be used.
The following packages have unmet dependencies: libpango1.0-dev : Depends: libfontconfig1-dev (>= 2.10.91) which is a virtual package. Depends: libharfbuzz-dev (>= 0.9.9) which is a virtual package. Depends: libxft-dev which is a virtual package. Depends: libxrender-dev which is a virtual package. libcairo2-dev : Depends: libcairo2 (= 1.14.0-2.1rpi1rpi1g) but 1.14.0-2.1+deb8u1 is installed.
Depends: libcairo-gobject2 (= 1.14.0-2.1rpi1rpi1g) but 1.14.0-2.1+deb8u1 is installed.
Depends: libfontconfig1-dev (>= 2.2.95) which is a virtual package.
Depends: libxrender-dev (>= 0.6) which is a virtual package.
Depends: libxcb-shm0-dev which is a virtual package.
libgtk-3-dev : Depends: libgdk-pixbuf2.0-dev (>= 2.27.1) which is a virtual package.
Depends: libatk1.0-dev (>= 2.7.5) which is a virtual package.
Depends: libatk-bridge2.0-dev which is a virtual package.
Depends: libxinerama-dev which is a virtual package.
Depends: libxi-dev which is a virtual package.
Depends: libxrandr-dev which is a virtual package.
Depends: libxcursor-dev which is a virtual package.
Depends: libxcomposite-dev which is a virtual package.
Depends: libwayland-dev (>= 1.4.0) which is a virtual package.
The following actions will resolve these dependencies:
Keep the following packages at their current versi1) libcairo2-dev [Not Installed] 2) libgtk-3-dev [Not Installed] 3) libpango1.0-dev [Not Installed]
Accept this solution? [Y/n/q/?] y
No packages will be installed, upgraded, or removed.
0 packages upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 0 B of archives. After unpacking 0 B will be used.
pi@malman ~ $