Ubuntu16.04 system resolves "unable to get lock/var/lib/dpkg/lock-open (11: Resource temporarily unavailable), unable to lock management directory (/var/lib/dpkg/), is there any other process consuming it?" "Method of

Source: Internet
Author: User

Install the software under Ubuntu16.04, for example: sudo apt-get install Lrzsz when prompted:

  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?

This is because the apt-get process may not end, and it needs to be forced to kill the process;

Workaround:

1. Terminal input PS aux, list the process. Find the process containing the apt-get, and directly sudo kill PID.
2. Force unlock, terminal input the following two commands:

sudo rm/var/cache/apt/archives/locksudo rm/var/lib/dpkg/lock

can solve this problem;

Ubuntu16.04 system resolves "unable to get lock/var/lib/dpkg/lock-open (11: Resource temporarily unavailable), unable to lock management directory (/var/lib/dpkg/), is there any other process consuming it?" "Method of

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.