steitieh
Well-known member
- Joined
- Apr 23, 2014
- Messages
- 113
- Points
- 18
Error message :
Step 1: Check which processes are faulty
Step 2: If the process is getting error then kill that process
Step 3: remove /var/lib/dpkg/lock
Step 4: Reset the process
If after 4 steps and you still can not fix then reboot and check again.
How to fix the error:E: Could not get lock /var/lib/dpkg/lock open (11 Resource temporarily unavailable)
E: Unable to lock the administration directory (/var/lib/dpkg/) is another process using it?
Step 1: Check which processes are faulty
Code:
ps aux | grep apt
Code:
kill -9 processnumber
Code:
sudo rm /var/lib/dpkg/lock
Code:
sudo dpkg –configure -a