I am using ubuntu 14.04 , While trying to install the scanner canon Lide220 using the command sudo apt-get install xsane
the following message appears:
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?
What can I do to succesfully install it?
Reading state information... Done E: Unable to locate package xsane – Aneesh Vijayan Jan 13 '17 at 10:33
sudo apt-get update
after closing "Software & Updates" to update the software list. And try again, if it's still not working, deb file is available here on launchpad. Install it withsudo dpkg -i xsane_0.998-5ubuntu1_amd64.deb
– P.-H. Lin Jan 13 '17 at 11:06