|
出错信息如下
debian:/home/zyf/.gftp# apt-get install amule
Reading Package Lists... Done
Building Dependency Tree... Done
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:
amule: Depends: libc6 (>= 2.3.5-1) but 2.3.2.ds1-22 is to be installed
Depends: libgcc1 (>= 1:4.0.0-9) but 1:3.4.3-13 is to be installed
Depends: libstdc++6 (>= 4.0.1) but 3.4.3-13 is to be installed
Depends: libwxgtk2.6-0 (>= 2.6.1.2) but it is not going to be installed
E: Broken packages
怎么办呢,
apt-get install libc6提示
debian:/home/zyf/.gftp# apt-get install libstdc++6
Reading Package Lists... Done
Building Dependency Tree... Done
libstdc++6 is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. |
|