akwatve
April 10th, 2008, 12:16 AM
Hello,
I was trying to install some packages (gcc-multilib to be specific) when i faced this problem.
gcc-multilib requires libc6-i386
But when I tried to install it I got :
(Thu Apr 10 00:13:16)~> sudo apt-get install libc6-i386
/* The usual messages */
The following packages have unmet dependencies:
libc6-i386: Depends: libc6 (= 2.6.1-1ubuntu9) but 2.6.1-1ubuntu10 is to be installed
E: Broken packages
So I tried
(Thu Apr 10 00:13:29)~> sudo apt-get install libc6
Reading package lists... Done
Building dependency tree
Reading state information... Done
libc6 is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
(Thu Apr 10 00:16:53)~>
I am confused now. It seems apt is trying to install different versions of two softwares...
EDIT:
I tried changing the repo (assuming that the one i was using was culprit) but no use :(
I was trying to install some packages (gcc-multilib to be specific) when i faced this problem.
gcc-multilib requires libc6-i386
But when I tried to install it I got :
(Thu Apr 10 00:13:16)~> sudo apt-get install libc6-i386
/* The usual messages */
The following packages have unmet dependencies:
libc6-i386: Depends: libc6 (= 2.6.1-1ubuntu9) but 2.6.1-1ubuntu10 is to be installed
E: Broken packages
So I tried
(Thu Apr 10 00:13:29)~> sudo apt-get install libc6
Reading package lists... Done
Building dependency tree
Reading state information... Done
libc6 is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
(Thu Apr 10 00:16:53)~>
I am confused now. It seems apt is trying to install different versions of two softwares...
EDIT:
I tried changing the repo (assuming that the one i was using was culprit) but no use :(