[问题]打开新立德的问题!

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

[问题]打开新立德的问题!

#1

帖子 clarkwell » 2007-12-08 19:16

按照wiki里面配置了7。10
然后就不能使用新立德了!
出现一下字符

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

求高手指点
kinwin
帖子: 225
注册时间: 2007-08-28 13:19
来自: USTC

#2

帖子 kinwin » 2007-12-08 19:55

sudo dpkg --configure -a
max_zwj
帖子: 9
注册时间: 2008-04-05 16:28
来自: 广东

#3

帖子 max_zwj » 2008-04-19 22:52

谢谢,解决了,那个是什么意思啊?
头像
xiooli
帖子: 6956
注册时间: 2007-11-19 21:51
来自: 成都
联系:

#4

帖子 xiooli » 2008-04-19 22:56

代码: 全选

man dpkg

代码: 全选

--configure package...|-a|--pending
              Reconfigure an unpacked package. If -a  or  --pending  is  given
              instead  of  package, all unpacked but unconfigured packages are
              configured.

              Configuring consists of the following steps:

              1. Unpack the configuration files, and at the same time back  up
              the  old  configuration  files,  so that they can be restored if
              something goes wrong.

              2. Run postinst script, if provided by the package.

回复