2

Whenever I try to install or remove anything I get this error The following packages have unmet dependencies:

libgpg-error0: Depends: libc6 (>= 2.14) but 2.15-0ubuntu10.12 is installed
libgpg-error0:i386: Depends: libc6 (>= 2.1.3) but 2.15-0ubuntu10.12 is installed
Zanna
  • 69,223
  • 56
  • 216
  • 327
  • Have you push it with "sudo apt-get -f install" and/or "sudo aptitude -f install"? – sugab May 23 '15 at 07:29
  • yes i did, returns with the same error – soham sharma May 23 '15 at 07:33
  • i cant even install aptitude to deal with this, because whenever i try to install it, gives me the same issue – soham sharma May 23 '15 at 07:34
  • 1
    That's dependencies hell, and something error with your system. I guess you install .deb file via dpkg, let's try other solution; sudo apt-get clean, sudo apt-get install -fy, sudo dpkg -i /var/cache/apt/archives/*.deb, and sudo dpkg --configure -a. – sugab May 23 '15 at 07:47
  • cant get past sudo apt-get install -fy , its giving the same error – soham sharma May 23 '15 at 07:54
  • Please refer to [this](http://forumubuntusoftware.info/viewtopic.php?f=104&t=8611) and [this] (http://nerdanswer.com/answer.php?q=972193) – sugab May 23 '15 at 11:38
  • but all i wanted to do was, install libimobiledevice which i am unable to install because dependancy is not satisfactory – soham sharma May 23 '15 at 13:12
  • 3
    possible duplicate of [How do I resolve unmet dependencies after adding a PPA?](http://askubuntu.com/questions/140246/how-do-i-resolve-unmet-dependencies-after-adding-a-ppa) – Tim Jun 08 '15 at 19:08

0 Answers0