I am new to Ubuntu. I have installed Ubuntu MATE in my p.c. Now when I opened browser Mozilla Firefox it searched for a update. So I have been updating it but it fails every time.
sudo apt update
works well.
sudo apt upgrade
throws this 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?
How can I update all the applications in Ubuntu MATE as well as Mozilla Firefox?
sudo apt update && sudo apt full-upgrade && sudo apt autoremove
and then please let us know if you still have any problems with Firefox. – Zanna Dec 13 '18 at 18:25