标签:ubuntu com configure apt out move format href lock
参考: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.
标签:ubuntu com configure apt out move format href lock
原文地址:https://www.cnblogs.com/lshare/p/11334757.html