You get the following error message while installing a .deb package on Debian or Ubuntu or while installing Updates?
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?
This error means that there is already an apt process running or the apt process dies and left his lock file.
First, you should wait a few minutes to ensure that the lock has not been set by the automatic update job (in case you enabled automatic updates on your system). If you just run an apt command and this command ended abruptly e.g. due to a disconnect of your SSH session, then there is no need to wait.
When the same error still shows up after you waited some time, then it’s time to fix the issue by removing the stale apt lock file.
Run this command to remove the lock file:
sudo rm -f /var/lib/dpkg/lock
Now you should be able to run the original apt command successfully.
The post [SOLVED] E: Unable to lock the administration directory (/var/lib/dpkg/), is another process using it? appeared first on FAQforge.
Official Ubuntu support for the NVIDIA Rubin platform, including the NVIDIA Vera Rubin NVL72 rack-scale…
CES 2026 is here, bringing together the technologies defining the next generation of connected devices.…
Here’s the guide to deploy Elastic Stack on Ubuntu VPS, with secure access, HTTPS proxying,…
This guide walks through deploying Nagios Core on an Ubuntu VPS, from system prep to…
After a decade under Pablo Cantero's stewardship, Shoryuken has a new maintainer - me. I'm…
MAAS 3.7 has been officially released and it includes a bunch of cool new features.…