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.