apt 0.7.20.2 for i386 compiled on Feb 8 2009 00:40:41
Supported modules:
*Ver: Standard .deb
*Pkg: Debian dpkg interface (Priority 30)
S.L: 'deb' Standard Debian binary tree
S.L: 'deb-src' Standard Debian source tree
Idx: Debian Source Index
Idx: Debian Package Index
Idx: Debian Translation Index
Idx: Debian dpkg status file
复制代码
现在install任何包都不行,都会有依赖缺失提示了
# apt-get install apt
Reading package lists... Done
Building dependency tree
Reading state information... Done
apt is already the newest version.
You might want to run `apt-get -f install' to correct these:
The following packages have unmet dependencies:
smc: Depends: libboost-filesystem1.37.0 (>= 1.37.0-1) but it is not installable
Depends: libboost-system1.37.0 (>= 1.37.0-1) but it is not installable
Depends: libcegui-mk2-1 but it is not going to be installed
Depends: libsdl-image1.2 (>= 1.2.5) but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).