Advertisement
Guest User

Untitled

a guest
Jan 27th, 2015
212
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.36 KB | None | 0 0
  1. # awk '/^Package: / {print $2}' /var/lib/dpkg/status | sort | (awk '/^Package: / {print $2}' /var/lib/apt/lists/*_Packages | sort |  comm -23 --nocheck-order /dev/fd/3 -) 3<&0                                                      
  2. gcc-4.9-base
  3. gcc-4.9-base
  4. libcgmanager0
  5. libcgmanager0
  6. libgnutls-deb0-28
  7. libjson-c2
  8. libjson-c2
  9. libjson-c-dev
  10. librtmp1
  11. libsecret-1-0
  12. libsecret-1-0
  13. libsecret-common
  14. libsystemd-login0
  15. libtasn1-6
  16. libtasn1-6
  17. libtasn1-6-dev
  18. libudev1
  19. libudev1
  20. libudisks2-0
  21. postfixadmin
  22. udisks2
  23. upstart-bin
  24. # apt-get -f remove gcc-4.9-base libcgmanager0 libgnutls-deb0-28 libjson-c2 libjson-c-dev librtmp1 libsecret-1-0 libsecret-common libsystemd-login0 libtasn1-6 libtasn1-6-dev libudev1 libudisks2-0 postfixadmin udisks2 upstart-bin
  25. Reading package lists... Done
  26. Building dependency tree      
  27. Reading state information... Done
  28. You might want to run 'apt-get -f install' to correct these:
  29. The following packages have unmet dependencies:
  30.  initramfs-tools-bin : Depends: libudev1 (>= 183) but it is not going to be installed
  31.  libgcc1 : Depends: gcc-4.9-base (= 4.9.1-16ubuntu6) but it is not going to be installed
  32.  libglib2.0-0 : Depends: libc6 (>= 2.17) but 2.15-0ubuntu15~ppa1 is to be installed
  33.  libglib2.0-0:i386 : Depends: libc6:i386 (>= 2.17) but 2.15-0ubuntu15~ppa1 is to be installed
  34.  libgnutls26 : Depends: libtasn1-6 (>= 3.4-0) but it is not going to be installed
  35.  libjson0 : Depends: libjson-c2 but it is not going to be installed
  36.  libjson0-dev : Depends: libjson-c-dev but it is not going to be installed
  37.  libp11-kit0 : Depends: libc6 (>= 2.16) but 2.15-0ubuntu15~ppa1 is to be installed
  38.  libp11-kit0:i386 : Depends: libc6:i386 (>= 2.16) but 2.15-0ubuntu15~ppa1 is to be installed
  39.  libpolkit-gobject-1-0 : Depends: libsystemd-login0 (>= 31) but it is not going to be installed
  40.  libsecret-1-0:i386 : Depends: libsecret-common:i386
  41.  libtasn1-3-dev : Depends: libtasn1-6-dev (>= 3.4-3ubuntu0.1) but it is not going to be installed
  42.  libtirpc1 : Depends: libc6 (>= 2.16) but 2.15-0ubuntu15~ppa1 is to be installed
  43.  libudev1:i386 : Depends: libc6:i386 (>= 2.17) but 2.15-0ubuntu15~ppa1 is to be installed
  44.  upstart : Depends: upstart-bin (= 1.13.2-0ubuntu2) but it is not going to be installed
  45.            Depends: libudev1 (>= 183) but it is not going to be installed
  46. E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement