Ubuntu "Could not open lock file (Could not get Lock)" problem solved

Source: Internet
Author: User

Tips for installing software with Apt-get:

Unable to get lock/var/lib/dpkg/lock-open (11: Resource temporarily unavailable)

Unable to lock the management directory (/var/lib/dpkg/), is there any other process that is consuming it?

In fact, the error has been given a hint, is that there is a process is occupying apt-get command, so ...

command to run, find the process, kill the process!

Ps-aux | grep "Apt"

sudo kill PID (process number)

Check if there is an apt process:

Ps-e | grep apt

If there is no prompt, the apt process has been killed

Try sudo apt-get install again (software)

Should be able to install the ... If not, there are other similar solutions on the Internet, but not recommended!

Ubuntu "Could not open lock file (Could not get Lock)" problem solved

Contact Us

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.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.