解决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
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!