apt安装sysv-rc-conf出现错误

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

apt安装sysv-rc-conf出现错误

#1

帖子 myair_zj » 2007-05-25 20:02

我用apt安装sysv-rc-conf出现错误:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.

Since you only requested a single operation it is extremely likely that
the package is simply not installable and a bug report against
that package should be filed.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
sysv-rc-conf: Depends: sysvinit (>= 2.85-5) but it is not going to be installed
E: Broken packages
============================================
然后我又apt-get install sysvinit,安装这个也有错误:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.

Since you only requested a single operation it is extremely likely that
the package is simply not installable and a bug report against
that package should be filed.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
sysvinit: PreDepends: initscripts but it is not going to be installed
E: Broken packages

请教高手解决办法,谢谢

另外,我怎么查看我机器的sysvinit版本是多少?
lisir
帖子: 1187
注册时间: 2006-04-29 14:54
来自: 山东
联系:

#2

帖子 lisir » 2007-05-26 10:36

你安装sysv-rc-conf时提示你没有安装sysvinit,后来你安装sysvinit时又提醒你没有安装initscripts,那你先安装initscripts就是了。
学会看置顶帖、精华帖。
学会使用搜索。
常见问题解答和发帖需知
头像
wyg1258
帖子: 654
注册时间: 2006-09-12 19:44
来自: whu

#3

帖子 wyg1258 » 2007-05-26 11:01

apt-get install -f 修复一下罗
回复