[置顶] Ubuntu package system is broken.

安装软件的时候出现错误,遇到包管理系统损坏的问题。在askubuntu上找到解决办法,这里进行记录总结:

首先:

sudo apt-get -f install 强制安装没有下载完成的文件。

然后:

 sudo apt-get update 

然后:

重复执行 sudo apt-get -f install 直到只剩下导致错误的包。

然后:

sudo dpkg --configure -a

最后清空缓存即可。

sudo apt-get clean

你可能感兴趣的:(linux,ubuntu,错误处理)