Ubuntu:unable to lock the administration directory (/var/lib/dpkg/) is another process using it 的错误

Ubuntu:unable to lock the administration directory (/var/lib/dpkg/) is another process using it 的错误

  1. $ ps -A | grep apt


Ubuntu:unable to lock the administration directory (/var/lib/dpkg/) is another process using it 的错误

  1. $ sudo kill -9 13431
  2. 或者
  3. $ sudo kill -SIGKILL 13431

Ubuntu:unable to lock the administration directory (/var/lib/dpkg/) is another process using it 的错误

  1. $ sudo rm /var/lib/dpkg/lock
  1. $ sudo dpkg --configure -a
Ubuntu:unable to lock the administration directory (/var/lib/dpkg/) is another process using it 的错误

相关文章:

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