|
今天想试一下samba客户端的操作,可是用apt-get install smbclient时,显示:
#apt-get install smbclient
Reading Package Lists... Done
Building Dependency Tree... Done
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
kernel-image-2.6.8-2-386: Depends: initrd-tools (>= 0.1.63) but it is not going to be installed
smbclient: Depends: samba-common (= 3.0.24-6) but 3.0.14a-3sarge2 is to be installed
Depends: libc6 (>= 2.3.6-6) but 2.3.2.ds1-22sarge4 is to be installed
Depends: libkrb53 (>= 1.4.2) but 1.3.6-2sarge3 is to be installed
Depends: libncurses5 (>= 5.4-5) but 5.4-4 is to be installed
Depends: libpopt0 (>= 1.10) but 1.7-5 is to be installed
Depends: libreadline5 (>= 5.2) but 5.0-10 is to be installed
W: Couldn't stat source package list http://debian.cn99.com proposed-updates/non-US/main Packages (/var/lib/apt/lists/debian.cn99.com_debian-non-US_dists_proposed-updates_non-US_main_binary-i386_Packages) - stat (2 No such file or directory)
W: Couldn't stat source package list http://debian.cn99.com proposed-updates/non-US/contrib Packages (/var/lib/apt/lists/debian.cn99.com_debian-non-US_dists_proposed-updates_non-US_contrib_binary-i386_Packages) - stat (2 No such file or directory)
W: Couldn't stat source package list http://debian.cn99.com proposed-updates/non-US/non-free Packages (/var/lib/apt/lists/debian.cn99.com_debian-non-US_dists_proposed-updates_non-US_non-free_binary-i386_Packages) - stat (2 No such file or directory)
W: You may want to run apt-get update to correct these problems
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
先使用apt-get update也不行,源是cn99的,apt不是会自动下载依赖的软件包吗?怎么还会有依赖性问题?
The following packages have unmet dependencies:
kernel-image-2.6.8-2-386: Depends: initrd-tools (>= 0.1.63) but it is not going to be installed 这句话是什么意思?难道和内核还有关?请诸位赐教! |
|