admin 管理员组文章数量: 1184232
ubuntu下使用apt-get,得到下面error:
E: Could not get lock /var/lib/dpkg/lock - open (11 Resource temporarily unavailable)
E: Unable to lock the administration directory (/var/lib/dpkg/) is another process using it?
解决:
1.delete the lock file
sudo rm /var/lib/apt/lists/lock
2.delete the lock file in the cache directory
sudo rm /var/cache/apt/archives/lock
sudo rm /var/lib/dpkg/lock
Thanks!
---------------------
作者:VampireHunter丶
来源:CSDN
原文:https://blog.csdn/always_and_forever_/article/details/81001260
版权声明:本文为博主原创文章,转载请附上博文链接!
本文标签: Administration Directory unable Lock dpkg
版权声明:本文标题:Unable to lock the administration directory (varlibdpkg) is another process using it? 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://roclinux.cn/b/1763652385a3258118.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论