E: Could not get lock /var/lib/dpkg/lock - open (11: Resource temporarily unavailable) [duplicate]
I am trying to install cheese
ubuntu@ubuntu:/usr/src/linux-headers-3.5.0-23-generic$ sudo apt-get install cheese
[sudo] password for ubuntu:
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?
how to solve this issue please help.
Warning: This should not be the first thing you try. Read the answers on the linked duplicate question before proceeding.
You can delete the lock file with the following command:
sudo rm /var/lib/apt/lists/lock
You may also need to delete the lock file in the cache directory
sudo rm /var/cache/apt/archives/lock