自动升级时报错!

系统安装、升级讨论
版面规则
我们都知道新人的确很菜,也喜欢抱怨,并且带有浓厚的Windows习惯,但既然在这里询问,我们就应该有责任帮助他们解决问题,而不是直接泼冷水、简单的否定或发表对解决问题没有任何帮助的帖子。乐于分享,以人为本,这正是Ubuntu的精神所在。
回复
gzl09
帖子: 40
注册时间: 2007-12-18 19:49

自动升级时报错!

#1

帖子 gzl09 » 2008-03-04 23:19

自动升级时报错!显示以下文字。

E: dpkg was interrupted, you must manually run 'dpkg --configure -a' to correct the problem.
E: _cache->open() failed, please report.


如何解决啊?
头像
wavydoom
帖子: 1081
注册时间: 2008-02-15 0:08

#2

帖子 wavydoom » 2008-03-04 23:53

重启,然后
(可能麻烦点,高手肯定有更简洁的办法)
sudo -s -H
输入密码
sudo apt-get clean
sudo apt-get autoclean
sudo apt-get remove
sudo apt-get autoremove

sudo apt-get update
sudo apt-get upgrade
littleUbuntu
帖子: 1103
注册时间: 2006-10-19 9:02

#3

帖子 littleUbuntu » 2008-03-05 1:00

sudo dpkg --configure -a

仔细看提示。哎.................................
dbzhang800
帖子: 3182
注册时间: 2006-03-10 15:10
来自: xi'an China
联系:

Re: 自动升级时报错!

#4

帖子 dbzhang800 » 2008-03-05 9:04

gzl09 写了:自动升级时报错!显示以下文字。

E: dpkg was interrupted, you must manually run 'dpkg --configure -a' to correct the problem.
E: _cache->open() failed, please report.


如何解决啊?
头像
yang_hui1986527
帖子: 911
注册时间: 2006-03-04 23:10
来自: 江西高安
联系:

#5

帖子 yang_hui1986527 » 2008-03-05 9:53

littleUbuntu 写了:sudo dpkg --configure -a

仔细看提示。哎.................................
已经提示了,按照提示操作。
微信:sn0wdr1am86
QQ: 3217680847
QQ 群:82695646
网站:https://www.itcoder.tech/
网站:http://www.snowdream.tech/
回复