Ubuntu

排错

fix broken package

参考:Ubuntu fix broken package (best solution)

# step 1
sudo apt-get update --fix-missing
sudo dpkg --configure -a
sudo apt-get install -f

# step 2
sudo vim /var/lib/dpkg/status
Locate the corrupt package, and remove the whole block of information about it and save the file.

posted @ 2019-08-11 13:28  東籬老農  阅读(136)  评论(0编辑  收藏  举报