Guest User

Untitled

a guest
Mar 23rd, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. $ sudo apt-get install apache2
  2. E: Could not get lock /var/lib/dpkg/lock - open (11: Resource temporarily unavailable)
  3. E: Unable to lock the administration directory (/var/lib/dpkg/), is another process using it?
  4.  
  5. sudo mv /var/lib/dpkg/lock /var/lib/dpkg/lock_backup
  6.  
  7. sudo apt-get install apache2
  8.  
  9. sudo rm -vf /var/lib/dpkg/lock_backup
Add Comment
Please, Sign In to add comment