Advertisement
tim_millar

locales / libc6 bug

Feb 18th, 2014
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.41 KB | None | 0 0
  1. vim@vim-Aspire-5738:~$ apt-cache policy locales;
  2. locales:
  3.   Installed: (none)
  4.   Candidate: 2.13+git20120306-3
  5.   Version table:
  6.      2.13+git20120306-3 0
  7.         500 http://gb.archive.ubuntu.com/ubuntu/ precise/main amd64 Packages
  8.         100 /var/lib/dpkg/status
  9. vim@vim-Aspire-5738:~$ apt-cache policy libc6; sudo apt-get install locales
  10. libc6:
  11.   Installed: 2.17-92+b1
  12.   Candidate: 2.17-92+b1
  13.   Version table:
  14.  *** 2.17-92+b1 0
  15.         100 /var/lib/dpkg/status
  16.      2.15-0ubuntu10.5 0
  17.         500 http://gb.archive.ubuntu.com/ubuntu/ precise-updates/main amd64 Packages
  18.         500 http://security.ubuntu.com/ubuntu/ precise-security/main amd64 Packages
  19.      2.15-0ubuntu10 0
  20.         500 http://gb.archive.ubuntu.com/ubuntu/ precise/main amd64 Packages
  21. [sudo] password for vim:
  22. Reading package lists... Done
  23. Building dependency tree      
  24. Reading state information... Done
  25. Some packages could not be installed. This may mean that you have
  26. requested an impossible situation or if you are using the unstable
  27. distribution that some required packages have not yet been created
  28. or been moved out of Incoming.
  29. The following information may help to resolve the situation:
  30.  
  31. The following packages have unmet dependencies:
  32.  libc6 : Breaks: locales (< 2.17) but 2.13+git20120306-3 is to be installed
  33. E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.
  34. vim@vim-Aspire-5738:~$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement