Advertisement
Guest User

Untitled

a guest
Sep 8th, 2013
370
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 3.07 KB | None | 0 0
  1. root@localhost:/etc/apt# sudo sh -c "echo 'Package: *' >> /etc/apt/preference.d/pinning"
  2. sh: cannot create /etc/apt/preference.d/pinning: Directory nonexistent
  3. root@localhost:/etc/apt# sudo sh -c "echo 'Pin: release a='$UBUNTU_VERSION >> /etc/apt/preference.d/pinning"sh: cannot create /etc/apt/preference.d/pinning: Directory nonexistent
  4. root@localhost:/etc/apt# sudo sh -c "echo 'Pin-Priority: 1990' >> /etc/apt/preference.d/pinning"
  5. sh: cannot create /etc/apt/preference.d/pinning: Directory nonexistent
  6. root@localhost:/etc/apt# apt-get update
  7. Ign http://old-releases.ubuntu.com natty InRelease
  8. Ign http://old-releases.ubuntu.com oneiric InRelease
  9. Ign http://old-releases.ubuntu.com oneiric-updates InRelease
  10. Ign http://ppa.launchpad.net oneiric InRelease
  11. Hit http://old-releases.ubuntu.com natty Release.gpg
  12. Hit http://ppa.launchpad.net oneiric Release.gpg
  13. Hit http://old-releases.ubuntu.com oneiric Release.gpg
  14. Hit http://ppa.launchpad.net oneiric Release
  15. Hit http://old-releases.ubuntu.com oneiric-updates Release.gpg
  16. Hit http://old-releases.ubuntu.com natty Release
  17. Hit http://ppa.launchpad.net oneiric/main Sources                    
  18. Hit http://old-releases.ubuntu.com oneiric Release                    
  19. Hit http://ppa.launchpad.net oneiric/main amd64 Packages              
  20. Hit http://ppa.launchpad.net oneiric/main i386 Packages
  21. Ign http://ppa.launchpad.net oneiric/main TranslationIndex
  22. Hit http://old-releases.ubuntu.com oneiric-updates Release
  23. Hit http://old-releases.ubuntu.com natty/main amd64 Packages          
  24. Hit http://old-releases.ubuntu.com natty/main i386 Packages
  25. Ign http://old-releases.ubuntu.com natty/main TranslationIndex
  26. Hit http://old-releases.ubuntu.com oneiric/universe Sources
  27. Hit http://old-releases.ubuntu.com oneiric/universe amd64 Packages
  28. Hit http://old-releases.ubuntu.com oneiric/universe i386 Packages
  29. Hit http://old-releases.ubuntu.com oneiric/universe TranslationIndex
  30. Hit http://old-releases.ubuntu.com oneiric-updates/universe Sources
  31. Hit http://old-releases.ubuntu.com oneiric-updates/universe amd64 Packages
  32. Hit http://old-releases.ubuntu.com oneiric-updates/universe i386 Packages
  33. Hit http://old-releases.ubuntu.com oneiric-updates/universe TranslationIndex
  34. Ign http://ppa.launchpad.net oneiric/main Translation-en
  35. Hit http://old-releases.ubuntu.com oneiric/universe Translation-en
  36. Hit http://old-releases.ubuntu.com oneiric-updates/universe Translation-en
  37. Ign http://old-releases.ubuntu.com natty/main Translation-en
  38. Reading package lists... Done
  39. root@localhost:/etc/apt# apt-get -f upgrade
  40. Reading package lists... Done
  41. Building dependency tree      
  42. Reading state information... Done
  43. Correcting dependencies... failed.
  44. The following packages have unmet dependencies:
  45.  libc-dev-bin : Depends: libc6 (> 2.15) but 2.13-20ubuntu5.2 is installed
  46.  libc6 : Depends: libc-bin (= 2.13-20ubuntu5.2)
  47.  libc6-dev : Depends: libc6 (= 2.15-0ubuntu10.4) but 2.13-20ubuntu5.2 is installed
  48.  libnih-dbus1 : Depends: libnih1 (= 1.0.3-4ubuntu9.1) but 1.0.3-4ubuntu2 is installed
  49. E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.
  50. E: Unable to correct dependencies
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement