View Single Post
zlatko's Avatar
Posts: 861 | Thanked: 936 times | Joined on Feb 2010 @ Bulgaria
#2
Check if you have already a process using /var/lib/dpkg/lock
You can run ps aux|grep pkg and if you see some processes there you can kill them.
You can also remove lock directory: rm -f /var/lib/dpkg/lock
 

The Following User Says Thank You to zlatko For This Useful Post: