风吹吹蛋蛋疼风w 发表于 2024-9-11 14:59:28

Debian执行apt命令提示could not get lock错误解决方法

1.报错信息
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?
2.解决办法
执行以下命令
sudo rm -rf /var/lib/dpkg/lock
sudo rm -rf /var/cache/apt/archives/lock
sudo apt-get update sudo
dpkg --configure -a
页: [1]
查看完整版本: Debian执行apt命令提示could not get lock错误解决方法