ubuntu resolves "Unable to get lock/var/lib/dpkg/lock-open (11: Resource temporarily unavailable)" method
Source: Internet
Author: User
Under the termial of the Ubuntu system, when installing the software with Apt-get install, it will terminal close if the download is not completed. The apt-get process may not end at this time. As a result, if you run the Apt-get Install command installation Now, the following prompts may occur:
Unable to get lock/var/lib/dpkg/lock-open (11: Resource is temporarily unavailable)
The admin directory (/var/lib/dpkg/) cannot be locked, and there are other processes that are occupying it. The solution is as follows:
1. Terminal input PS aux, list process. Find the process containing the apt-get, direct sudo kill PID.
2. Force unlock, command
sudo rm/var/cache/apt/archives/lock
sudo rm/var/lib/dpkg/lock
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.