09-18-2018, 11:27 PM
(09-18-2018, 09:39 PM)jimalexander link Wrote: Thanks for the help.
Everything works fine until i get to the installation, which throws:
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?
Thanks,J
This often happens when there's a still running instance of apt being stopped before, i.e you stopped it with Ctrl + C. I've also faced this problem and this is the way I know how to fix it, and if you google for it that would be the first result you'll get.
In a terminal type
Code:
$ sudo rm /var/lib/dpkg/lockCode:
$ sudo dpkg --configure -aCode:
$ sudo apt-get updateCode:
$ sudo apt-get install qucsHope this helps!

Without each others help there ain't no hope for us 
Need a translation service? https://www.deepl.com/es/translator

Need a translation service? https://www.deepl.com/es/translator

