使用apt-get遇到问题:
E: Could not get lock /var/lib/dpkg/lock-frontend - open (11: Resource temporarily unavailable)
E: Unable to acquire the dpkg frontend lock (/var/lib/dpkg/lock-frontend), is another process using it?
解决方法:
sudo rm /var/lib/dpkg/lock-frontend
sudo rm /var/lib/dpkg/lock
sudo rm /var/cache/apt/archives/lock
本文介绍了解决在使用apt-get过程中遇到的锁冲突问题的方法。通过删除特定的锁文件可以有效解决资源暂时不可用的问题。
209

被折叠的 条评论
为什么被折叠?



