dpkg: error: dpkg frontend is locked by another process
dpkg: error: dpkg frontend is locked by another process_白蛇仙人的博客-CSDN博客_dpkg frontend is locked
sudo apt-get install -f # 安装相关依赖包
#
sudo rm /var/lib/dpkg/lock-frontend
sudo apt-get install -f
E: Could not get lock /var/lib/dpkg/lock - open (11: Resource temporarily unavailable) E: Unable to
1、找出并杀掉所有 apt-get 或者 apt 进程
ps aux|grep apt
2、 删除锁定的文件
移除 /var/lib/dpkg/ 文件夹下的锁定文件:
sudo rm /var/lib/dpkg/lock
强制重新配置软件包:
sudo dpkg --configure -a