|
此问的原因是删除了apt-get aptitude .寻求解决方法。
尝试安装debootstsrap,可以有apt-get,但可能与正式的不同,无法
apt-get -f install apt-get
。。。。。
Building dependency tree
Reading state information... Done
E: Unable to locate package atp-get
apt-get -f install aptitude
略
想安装gcc,但解决不了依赖问题
root@bookhost:/home/wu# apt-get install gcc
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
gcc : Depends: cpp (>= 4:4.4.5-1) but it is not going to be installed
Depends: gcc-4.4 (>= 4.4.5-1~) but it is not going to be installed
Recommends: libc6-dev but it is not going to be installed or
libc-dev
libgcc1 : Depends: libc6 (>= 2.2.4) but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
root@bookhost:/home/wu# |
|