Guest User

Untitled

a guest
Apr 26th, 2018
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.48 KB | None | 0 0
  1. # sudo apt-get -f install
  2. Reading package lists... Done
  3. Building dependency tree... Done
  4. Correcting dependencies... Done
  5. The following extra packages will be installed:
  6. libcupsys2
  7. Suggested packages:
  8. cupsys-common
  9. The following NEW packages will be installed:
  10. libcupsys2
  11. 0 upgraded, 1 newly installed, 0 to remove and 208 not upgraded.
  12. 1 not fully installed or removed.
  13. Need to get 0B/174kB of archives.
  14. After this operation, 393kB of additional disk space will be used.
  15. Do you want to continue [Y/n]?
  16. (Reading database ... 63493 files and directories currently installed.)
  17. Unpacking libcupsys2 (from .../libcupsys2_1.3.7-1ubuntu3_i386.deb) ...
  18. dpkg: error processing /var/cache/apt/archives/libcupsys2_1.3.7-1ubuntu3_i386.deb (--unpack):
  19. unable to install new version of `./usr/lib/libcups.so.2': No such file or directory
  20. dpkg-deb: subprocess paste killed by signal (Broken pipe)
  21. Errors were encountered while processing:
  22. /var/cache/apt/archives/libcupsys2_1.3.7-1ubuntu3_i386.deb
  23. E: Sub-process /usr/bin/dpkg returned an error code (1)
  24. ## this started to look awkward, since the file /usr/lib/libcups.so.2 DOES seem to exist though.
  25.  
  26. # ls /usr/lib/libcups.so.2
  27. ls: cannot access /usr/lib/libcups.so.2: No such file or directory
  28. ## "cannot access" is different to normal "no such file or directory"-messages.
  29.  
  30. :/usr/lib# ls -altr | grep cup
  31. ls: cannot access libcups.so.2: No such file or directory
  32. ?????????? ? ? ? ? ? libcups.so.2
  33. ## what the heck?
Add Comment
Please, Sign In to add comment