Ubuntu "unable to open the lock file (cocould not get lock)" problem solved, ubuntulock

Source: Internet
Author: User

Ubuntu "unable to open the lock file (cocould not get lock)" problem solved, ubuntulock

When installing software with apt-get, the following message is displayed:

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

Unable to lock the management directory (/var/lib/dpkg/). Is there any other process occupying it?

 

In fact, an error has been reported, indicating that a process is occupying the apt-get command, So...

Run the command to find the process and kill it!

Ps-aux | grep "apt"

Sudo kill PID (process ID)

Check whether there are apt processes:

Ps-e | grep apt

If no prompt is displayed, the apt process has been killed.

Try sudo apt-get install again (software)

It should be possible to install... if not, there are other similar solutions on the Internet, but it is not recommended to use!

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.