apt-get does not install dependencies
Posted
by
Saran
on Ask Ubuntu
See other posts from Ask Ubuntu
or by Saran
Published on 2013-06-28T06:10:08Z
Indexed on
2013/06/30
10:28 UTC
Read the original article
Hit count: 369
dependencies
When i try to install the gnutls libraries (libgnutls26
), and the generic linux kernel headers (linux-headers-generic
),
I get the following error:
The following packages have unmet dependencies:
libgnutls26: Depends: libc6 (>= 2.14) but 2.15-0ubuntu10.4 is installed
Depends: zlib1g (>= 1:1.1.4) but 1:1.2.3.4.dfsg-3ubuntu4 is installed
libgnutls26:i386: Depends: zlib1g (>= 1:1.1.4) but 1:1.2.3.4.dfsg-3ubuntu4 is installed
linux-headers-generic: Depends: linux-headers-3.2.0-41-generic but it is not installed
How can I fix this error?
© Ask Ubuntu or respective owner