解决ubuntu更新中断后报错问题
时间:2016-04-03 14:26:12
收藏:0
阅读:2756
今天在更新ubuntu的时候,更新了一半被我强制关闭了,就报错了 当再使用sudo apt-get update命令时出现了dpkg was interrupted,you must manually run dpkg --configure -a‘ tocorrect the problem
具体解决方案如下:
sudo rm /var/lib/dpkg/updates/*
sudo apt-get update
sudo apt-get upgrade
这样问题就解决了
原文:http://www.cnblogs.com/cxsy/p/5349708.html
评论(0)