Advertisement
Guest User

autoremove -f

a guest
Jul 25th, 2012
19
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.31 KB | None | 0 0
  1. aamir@aamir-pc:~$ sudo apt-get autoremove -f
  2. Reading package lists... Done
  3. Building dependency tree
  4. Reading state information... Done
  5. Correcting dependencies... Done
  6. The following extra packages will be installed:
  7. libnm-glib2
  8. The following packages will be REMOVED:
  9. extlinux syslinux-themes-debian syslinux-themes-debian-squeeze
  10. The following NEW packages will be installed:
  11. libnm-glib2
  12. 0 upgraded, 1 newly installed, 3 to remove and 28 not upgraded.
  13. Need to get 0 B/64.2 kB of archives.
  14. After this operation, 238 kB disk space will be freed.
  15. Do you want to continue [Y/n]? y
  16. (Reading database ... 182573 files and directories currently installed.)
  17. Removing extlinux ...
  18. Removing syslinux-themes-debian ...
  19. Removing syslinux-themes-debian-squeeze ...
  20. Processing triggers for man-db ...
  21. (Reading database ... 182497 files and directories currently installed.)
  22. Unpacking libnm-glib2 (from .../libnm-glib2_0.8-0ubuntu3.3_i386.deb) ...
  23. dpkg: error processing /var/cache/apt/archives/libnm-glib2_0.8-0ubuntu3.3_i386.deb (--unpack):
  24. trying to overwrite '/usr/lib/libnm-glib-vpn.so.1', which is also in package libnm-glib-vpn1 0.9.1.90-0ubuntu3
  25. Errors were encountered while processing:
  26. /var/cache/apt/archives/libnm-glib2_0.8-0ubuntu3.3_i386.deb
  27. E: Sub-process /usr/bin/dpkg returned an error code (1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement