I get the following 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?
every time I try to install new software and then I tried to kill the process. So I typed in the command 'ps -A | grep apt-get' and get no response from it.
How do I get rid of this lock?
ps -A | grep apt-get
typeps -A | grep apt
. – g_p Jan 21 '15 at 10:46