小编new*_*hel的帖子

无法安装 glibc 和 glibc-common 因为它们彼此需要

我在 RHEL 7.2 上工作,我想安装 LibXp.so.6 和 LibXmu.so.6,但我对 glibc-common-2.17-105.el7.x86_64.rpm 和 glibc-2.17-105.el7 有问题。 i686.rpm 因为他们需要对方。

[root@hostname ~]# rpm -i glibc-2.17-105.el7.i686.rpm
warning: glibc-2.17-105.el7.i686.rpm: Header V3 RSA/SHA256 Signature, key  ID f4a80eb5: NOKEY
error: Failed dependencies:
        glibc-common = 2.17-105.el7 is needed by glibc-2.17-105.el7.i686
        libfreebl3.so is needed by glibc-2.17-105.el7.i686
        libfreebl3.so(NSSRAWHASH_3.12.3) is needed by glibc-2.17-105.el7.i686
[root@hostname ~]# rpm -i glibc-common-2.17-105.el7.x86_64.rpm
warning: glibc-common-2.17-105.el7.x86_64.rpm: Header V3 RSA/SHA256 Signature, key ID f4a80eb5: NOKEY
error: Failed dependencies:
    glibc = 2.17-105.el7 is needed by glibc-common-2.17-105.el7.x86_64
Run Code Online (Sandbox Code Playgroud)

我应该如何安装它?我没有连接到互联网,所以我不能使用 yum,只能使用 rpm。

更重要的是,我认为这些库已安装:

[root@hostname ~]# rpm …
Run Code Online (Sandbox Code Playgroud)

rpm rhel libraries dependencies

3
推荐指数
1
解决办法
5977
查看次数

标签 统计

dependencies ×1

libraries ×1

rhel ×1

rpm ×1