在ubuntu系统中使用apt-get安装软件包时,会出现以下错误:
E: Could not get lock /var/cache/apt/archives/lock - open (11: Resource temporarily unavailable) E: Unable to lock directory /var/cache/apt/archives/
解决办法:
sudo rm -rf /var/cache/apt/archives/lock
sudo apt-get update
本文转载自:https://blog.youkuaiyun.com/kudou1994/article/details/80905895
本文介绍了解决Ubuntu系统中使用APT安装软件时遇到的锁冲突问题的具体步骤。通过删除锁文件并更新APT缓存,可以有效解决此问题。
2243





