Advertisement
Guest User

Untitled

a guest
Feb 24th, 2017
29
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.23 KB | None | 0 0
  1. root@Ubuntu-Desktop:/home/daemeon# apt-get update
  2. E: Could not get lock /var/lib/apt/lists/lock - open (11: Resource temporarily unavailable)
  3. E: Unable to lock directory /var/lib/apt/lists/
  4. E: Could not get lock /var/lib/dpkg/lock - open (11: Resource temporarily unavailable)
  5. E: Unable to lock the administration directory (/var/lib/dpkg/), is another process using it?
  6. root@Ubuntu-Desktop:/home/daemeon# rm /var/lib/dpkg/lock
  7. root@Ubuntu-Desktop:/home/daemeon# apt-get update
  8. E: Could not get lock /var/lib/apt/lists/lock - open (11: Resource temporarily unavailable)
  9. E: Unable to lock directory /var/lib/apt/lists/
  10. E: dpkg was interrupted, you must manually run 'dpkg --configure -a' to correct the problem.
  11. root@Ubuntu-Desktop:/home/daemeon# dpkg --configure -a
  12. Processing triggers for ureadahead (0.100.0-19) ...
  13. Setting up shim-signed (1.19~16.04.1+0.8-0ubuntu2) ...
  14. debconf: DbDriver "config": /var/cache/debconf/config.dat is locked by another process: Resource temporarily unavailable
  15. dpkg: error processing package shim-signed (--configure):
  16. subprocess installed post-installation script returned error exit status 1
  17. Processing triggers for dbus (1.10.6-1ubuntu3.3) ...
  18. Errors were encountered while processing:
  19. shim-signed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement