|
用unstable安装KDE 3.1.4总是出现这样的问题
bash-2.05b# apt-get install kdebase
Reading Package Lists...
Building Dependency Tree...
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:
kdebase: Depends: ksysguard (>= 4:3.1.3-1) but it is not going to be installed
E: Broken packages
bash-2.05b#
刨根究底发现是这样一个包无法安装:
bash-2.05b# apt-get install ksysguardd
Reading Package Lists...
Building Dependency Tree...
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:
ksysguardd: Depends: libsensors-1debian1 but it is not installable
E: Broken packages
bash-2.05b#
可问题是,我换了若干个镜像都找不到这个包,到Debian的官方网站找到了这个包,但是不能下载,请问一下使用apt-get如何才能忽略依赖关系进行安装,我看了man,但是总无法成功,请指教,多谢。 |
|