Common Linux errors: cocould not get lock/var/lib/dpkg/lock and lockdpkg

Source: Internet
Author: User

Common Linux errors: cocould not get lock/var/lib/dpkg/lock and lockdpkg

Installing vim on Ubuntu is a problem:

Root @ ubuntu:/# vimThe program 'vim 'can be found in the following packages: * vim-gnome * vim-tiny * vim-athena * vim-athena-py2 * vim-gnome-py2 * vim-gtk * vim-gtk-py2 * vim-gtk3 * vim-gtk3-py2 * vim-nox * vim-nox-py2Try: apt install <selected package> root @ ubuntu:/# apt install vimE: cocould not get lock/var/lib/dpkg/lock-open (11: Resource temporarily unavailable) E: unable to lock the admi Nistration directory (/var/lib/dpkg/), is another process using it? Root @ ubuntu :/#

This problem may occur when another program is running, causing the resource to be locked and unavailable. The reason for the resource lock may be that the last installation or update was not completed properly, and this problem occurs. The solution is actually very simple:

Enter the following two commands on the terminal:

Root @ ubuntu:/# sudo rm/var/cache/apt/archives/lockroot @ ubuntu:/# sudo rm/var/lib/dpkg/lock

Run the command to install the vim text editor again.

 

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.