依赖但无法安装 - debian

依赖但无法安装 - debian

我正在使用 debian lenny(稳定版)。我试图将 Firefox (iceweasel) 3 降级到最新的 2。我卸载了 iceweasel,创建了 pin,添加了 etch repo,更新了 apt... 我得到了:

apt-get install iceweasel
Reading package lists... Done
Building dependency tree       
Reading state information... Done
iceweasel is already the newest version.
You might want to run `apt-get -f install' to correct these:
The following packages have unmet dependencies:
  iceweasel: Depends: libmyspell3c2 but it is not going to be installed
             Depends: libxp6 but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).

我该如何解决?

我的/etc/apt/preferences:

Package: iceweasel
Pin: version 2.0.0.19-0etch1
Pin-Priority: 1001

我的/etc/apt/sources.list:

#
# deb cdrom:[Debian GNU/Linux 5.0.2 _Lenny_ - Official i386 NETINST Binary-1 20090629-11:06]/ lenny main

#deb cdrom:[Debian GNU/Linux 5.0.2 _Lenny_ - Official i386 NETINST Binary-1 20090629-11:06]/ lenny main

deb http://ftp.de.debian.org/debian/ lenny main
deb-src http://ftp.de.debian.org/debian/ lenny main

deb http://security.debian.org/ lenny/updates main
deb-src http://security.debian.org/ lenny/updates main

deb http://volatile.debian.org/debian-volatile lenny/volatile main
deb-src http://volatile.debian.org/debian-volatile lenny/volatile main

deb http://ftp.de.debian.org/debian/ oldstable main

答案1

你有没有尝试过:

apt-get -f install

没有指定包裹?

相关内容