Unable to lock the administration directory (/var/lib/dpkg/) is another process using it?

https://askubuntu.com/questions/15433/unable-to-lock-the-administration-directory-var-lib-dpkg-is-another-process

ps -e | grep -e apt -e adept | grep -v grep

kill -9 processnumber

sudo rm /var/lib/apt/lists/lock

sudo rm /var/cache/apt/archives/lock

sudo rm /var/lib/dpkg/lock

 

此条目发表在码农日常分类目录,贴了标签。将固定链接加入收藏夹。

留下评论