Advertisement
Guest User

Untitled

a guest
Feb 27th, 2013
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.99 KB | None | 0 0
  1. E: Could not get lock /var/lib/apt/lists/lock - open (11: Resource temporarily unavailable)
  2. E: Unable to lock directory /var/lib/apt/lists/
  3. E: Could not get lock /var/lib/dpkg/lock - open (11: Resource temporarily unavailable)
  4. E: Unable to lock the administration directory (/var/lib/dpkg/), is another process using it?
  5. john@john-Ubuntu:~$ sudo apt-get install ubuntu-restricted-extras
  6. E: Could not get lock /var/lib/dpkg/lock - open (11: Resource temporarily unavailable)
  7. E: Unable to lock the administration directory (/var/lib/dpkg/), is another process using it?
  8. john@john-Ubuntu:~$ sudo dpkg --configure -a
  9. dpkg: error: dpkg status database is locked by another process
  10. john@john-Ubuntu:~$ sudo lsof /var/lib/dpkg/lock
  11. lsof: WARNING: can't stat() fuse.gvfsd-fuse file system /run/user/john/gvfs
  12. Output information may be incomplete.
  13. COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
  14. dpkg 2844 root 3uW REG 8,1 0 33030795 /var/lib/dpkg/lock
  15. john@john-Ubuntu:~$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement