Debian实施apt命令提示could not get lock错误解决方式
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