[Ubuntu--Install]apt-get install时Resource temporarily unavailable

前端之家收集整理的这篇文章主要介绍了[Ubuntu--Install]apt-get install时Resource temporarily unavailable前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

简述

在虚拟机中新装了Ubuntu16.04的系统,但是有一次打开使用“apt-get install”时出现问题,提示如下信息:

Could not get lock /var/lib/dpkg/lock - open (11: Resource temporarily unavailable)
Unable to lock the administration directory (/var/lib/dpkg/),is another process using it?

解决

进入“Software & Updates”工具,将系统进行更新后,就没有该问题了。在更新过程中看到apt工具也被自动更新好。
另外在Ubuntu上看到也有遇到类似的问题的:
https://askubuntu.com/questions/15433/unable-to-lock-the-administration-directory-var-lib-dpkg-is-another-process

原文链接:https://www.f2er.com/ubuntu/349587.html

猜你在找的Ubuntu相关文章