You are not logged in.
Pages: 1
Hello,
I need to compile a program (gdigi: http://desowin.org/gdigi/) and I need libgtk-3-dev to do so (apparently, as I don't know much about this), but it's not in the repos, neither is gtk+-3.0 so I guess I'd need testing repos? Or would the program not work in any case?
Thanks,
Martin
Offline
Yes it is in the testing and unstable repositories, I would use testing if you are not already using unstable.
You can search for packages in the official Debian repos here if you need to find any other packages.
Last edited by arclance (2012-08-30 18:31:14)
Offline
Ok thanks, now I have the wheezy repos and found the package, however:
$ sudo apt-get install libgtk-3.0
Reading package lists... Done
Building dependency tree
Reading state information... Done
Note, selecting 'libgtk-3-0' for regex 'libgtk-3.0'
Note, selecting 'libgtk-3-0-dbg' for regex 'libgtk-3.0'
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-0 : Depends: libgtk-3-common (= 3.4.2-3) but it is not going to be installed
Depends: libatk1.0-0 (>= 2.2.0) but 1.30.0-1 is to be installed
Depends: libcairo-gobject2 (>= 1.10.0) but it is not going to be installed
Depends: libcolord1 (>= 0.1.10) but it is not going to be installed
Depends: libfontconfig1 (>= 2.9.0) but 2.8.0-2.1 is to be installed
Depends: libgdk-pixbuf2.0-0 (>= 2.25.2) but it is not going to be installed
Depends: libglib2.0-0 (>= 2.32.0) but 2.24.2-1 is to be installed
Depends: libgnutls26 (>= 2.12.17-0) but 2.8.6-1+squeeze2 is to be installed
Depends: libpango1.0-0 (>= 1.30.0) but 1.28.3-1+squeeze2 is to be installed
Depends: libx11-6 (>= 2:1.4.99.1) but 2:1.3.3-4 is to be installed
PreDepends: multiarch-support but it is not going to be installed
Recommends: libgtk-3-bin but it is not going to be installed
libgtk-3-0-dbg : Depends: libgtk-3-common but it is not going to be installed
libpurple0 : Depends: libgstfarsight0.10-0 (>= 0.0.3) but it is not going to be installed
Recommends: libpurple-bin but it is not going to be installed
E: Broken packagesTrying to install any of the depending packages just gets me something similar to the above.
Offline
Try installing libgtk-3-dev like this
sudo apt-get install -t testing libgtk-3-devThat will also get the dependencies for libgtk-3-dev from the testing repos.
Offline
Pages: 1
Copyright © 2012 CrunchBang Linux.
Proudly powered by Debian. Hosted by Linode.
Debian is a registered trademark of Software in the Public Interest, Inc.