Could not get lock /var/lib/dpkg/lock-frontend解决  

在安装软件包时如果出现Could not get lock /var/lib/dpkg/lock-frontend,说明之前使用apt时出现异常,没有正常关闭,还在运行。

输入以下命令:

ps afx|grep apt

然后将查找出来的进程kill掉就欧克了。

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-30
  • 2021-06-28
  • 2021-10-03
  • 2021-12-31
猜你喜欢
  • 2021-09-22
  • 2022-12-23
  • 2021-12-12
  • 2022-12-23
  • 2021-06-10
  • 2021-11-06
相关资源
相似解决方案