在Ubuntu中使用apt安装软件时出现“Unable to lock the administration directory (/var/lib/dpkg/)  is another process using it”的错误,

 

解决方案之一是杀死所有apt进程:

使用命令查看apt进程

ps -A | grep apt

找到进程ID,杀死

sudo kill -9 进程ID

重新运行安装命令。

相关文章:

  • 2022-12-23
  • 2021-10-12
  • 2021-09-10
  • 2021-04-05
  • 2021-09-22
  • 2021-08-04
猜你喜欢
  • 2021-05-25
  • 2022-12-23
  • 2021-10-24
  • 2022-12-23
  • 2021-12-01
  • 2022-12-23
  • 2022-01-27
相关资源
相似解决方案