|
amwihgu
发表于 2014-5-17 22:40
来自 中国上海
Bryan-Server:~# sudo apt-get install python2.7
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:
libc6-ppc64: Depends: libc6 (= 2.18-6) but 2.11.2-2 is to be installed
locales: Depends: glibc-2.18-1
python2.7: Depends: python2.7-minimal (= 2.7.6-8) but it is not going to be in stalled
Depends: libpython2.7-stdlib (= 2.7.6-8) but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a s olution).
Bryan-Server:~# sudo apt-get install libpython2.7-stdlib
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:
libc6-ppc64: Depends: libc6 (= 2.18-6) but 2.11.2-2 is to be installed
libpython2.7-stdlib: Depends: libpython2.7-minimal (= 2.7.6-8) but it is not going to be installed
Depends: libc6 (>= 2.15) but 2.11.2-2 is to be installed
Depends: libdb5.3 but it is not going to be installed
Depends: libexpat1 (>= 2.1~beta3) but 2.0.1-4+lenny3 is to be installed
Depends: libffi6 (>= 3.0.4) but it is not going to be installed
Depends: libssl1.0.0 (>= 1.0.0) but it is not going to be installed
Depends: libtinfo5 but it is not going to be installed
locales: Depends: glibc-2.18-1
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
Bryan-Server:~# sudo apt-get install libpython2.7-minimal
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:
libc6-ppc64: Depends: libc6 (= 2.18-6) but 2.11.2-2 is to be installed
locales: Depends: glibc-2.18-1
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
Bryan-Server:~# sudo apt-get install libc6
Reading package lists... Done
Building dependency tree
Reading state information... Done
Suggested packages:
glibc-doc
The following packages will be upgraded:
libc6
1 upgraded, 0 newly installed, 0 to remove and 306 not upgraded.
2 not fully installed or removed.
Need to get 0B/4510kB of archives.
After this operation, 750kB disk space will be freed.
WARNING: The following packages cannot be authenticated!
libc6
Install these packages without verification [y/N]? Y
Preconfiguring packages ...
dpkg: error processing /var/cache/apt/archives/libc6_2.18-6_powerpc.deb (--unpack):
parse error, in file '/var/lib/dpkg/tmp.ci/control' near line 9 package 'libc6':
`Conflicts' field, invalid package name `libc6:hppa': character `:' not allowed (only letters, digits and characters `-+._')
Errors were encountered while processing:
/var/cache/apt/archives/libc6_2.18-6_powerpc.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
Bryan-Server:~#
现在的问题是这样的,我作为门外汉着实无从下手了。
您分离的博客里我看到有其它的Approach,我正在尝试,谢谢。
|
|