Ubuntu
Posted lshare
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了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.
以上是关于Ubuntu的主要内容,如果未能解决你的问题,请参考以下文章