当我尝试安装rpm -i glibc-64bit-2.17-4.4.1.ppc.rpm时,我不知道如何解决这个问题
我收到冲突错误:
warning: glibc-64bit-2.17-4.4.1.ppc.rpm: Header V3 RSA/SHA256 signature: NOKEY, key ID 3dbdc284
package glibc-64bit-2.17-4.4.1.ppc is intended for a ppc architecture
file /lib64/libBrokenLocale.so.1 from install of glibc-64bit-2.17-4.4.1.ppc conflicts with file from package glibc-2.11.3-17.95.2.x86_64
file /lib64/libSegFault.so from install of glibc-64bit-2.17-4.4.1.ppc conflicts with file from package glibc-2.11.3-17.95.2.x86_64
file /lib64/libanl.so.1 from install of glibc-64bit-2.17-4.4.1.ppc conflicts with file from package glibc-2.11.3-17.95.2.x86_64
file /lib64/libc.so.6 from install of glibc-64bit-2.17-4.4.1.ppc conflicts with file from package glibc-2.11.3-17.95.2.x86_64
file /lib64/libcidn.so.1 from install of glibc-64bit-2.17-4.4.1.ppc conflicts with file from package glibc-2.11.3-17.95.2.x86_64
file /lib64/libcrypt.so.1 from install of glibc-64bit-2.17-4.4.1.ppc conflicts with file from package glibc-2.11.3-17.95.2.x86_64
file /lib64/libdl.so.2 from install of glibc-64bit-2.17-4.4.1.ppc conflicts with file from package glibc-2.11.3-17.95.2.x86_64
file /lib64/libm.so.6 from install of glibc-64bit-2.17-4.4.1.ppc conflicts with file from package glibc-2.11.3-17.95.2.x86_64
file /lib64/libnsl.so.1 from install of glibc-64bit-2.17-4.4.1.ppc conflicts with file from package glibc-2.11.3-17.95.2.x86_64
file /lib64/libnss_compat.so.2 from install of glibc-64bit-2.17-4.4.1.ppc conflicts with file from package glibc-2.11.3-17.95.2.x86_64
file /lib64/libnss_dns.so.2 from install of glibc-64bit-2.17-4.4.1.ppc conflicts with file from package glibc-2.11.3-17.95.2.x86_64
file /lib64/libnss_files.so.2 from install of glibc-64bit-2.17-4.4.1.ppc conflicts with file from package glibc-2.11.3-17.95.2.x86_64
file /lib64/libnss_hesiod.so.2 from install of glibc-64bit-2.17-4.4.1.ppc conflicts with file from package glibc-2.11.3-17.95.2.x86_64
file /lib64/libnss_nis.so.2 from install of glibc-64bit-2.17-4.4.1.ppc conflicts with file from package glibc-2.11.3-17.95.2.x86_64
file /lib64/libnss_nisplus.so.2 from install of glibc-64bit-2.17-4.4.1.ppc conflicts with file from package glibc-2.11.3-17.95.2.x86_64
file /lib64/libpthread.so.0 from install of glibc-64bit-2.17-4.4.1.ppc conflicts with file from package glibc-2.11.3-17.95.2.x86_64
file /lib64/libresolv.so.2 from install of glibc-64bit-2.17-4.4.1.ppc conflicts with file from package glibc-2.11.3-17.95.2.x86_64
file /lib64/librt.so.1 from install of glibc-64bit-2.17-4.4.1.ppc conflicts with file from package glibc-2.11.3-17.95.2.x86_64
file /lib64/libthread_db-1.0.so from install of glibc-64bit-2.17-4.4.1.ppc conflicts with file from package glibc-2.11.3-17.95.2.x86_64
file /lib64/libutil.so.1 from install of glibc-64bit-2.17-4.4.1.ppc conflicts with file from package glibc-2.11.3-17.95.2.x86_64任何帮助都会给你很高的appreciated.Thank
发布于 2016-08-04 17:23:24
您的转速是错误的;它清楚地显示:
package glibc-64bit-2.17-4.4.1.ppc is intended for a ppc architecture试着在http://rpm.pbone.net/index.php3上找一个;我在这里找到了一个候选人:
ftp://ftp.pbone.net/mirror/ftp5.gwdg.de/pub/opensuse/repositories/home%3A/bmwiedemann%3A/branches%3A/Base%3A/System/openSUSE_Factory/
在那里,您需要选择您的架构。使用命令检查您的体系结构
uname -mhttps://stackoverflow.com/questions/38762880
复制相似问题