ASIANUX Server 7에 snmp를 오프라인으로 설치하는 방법은 무엇입니까?

ASIANUX Server 7에 snmp를 오프라인으로 설치하는 방법은 무엇입니까?

ASIANUX Server7 머신을 오프라인으로 작업하고 있는데 snmp를 설치해야 합니다. 사실 저도 다운받았는데net-snmp-5.7.2-49.el7.x86_64.rpm다른 컴퓨터에서 ASIANUX 컴퓨터로 복사하고 다음을 사용하여 설치하려고 했습니다.

rpm -i net-snmp-5.7.2-49.el7.x86_64.rpm

이 오류가 발생했습니다.

warning: net-snmp-5.7.2-49.el7.x86_64.rpm: Header V3 RSA/SHA256 Signature, key ID f4a80eb5: NOKEY'                                                                   
error: Failed dependencies:
libnetsnmpagent.so.31()(64bit) is needed by net-snmp-1:5.7.2-49.el7.x86_64
libnetsnmpmibs.so.31()(64bit) is needed by net-snmp-1:5.7.2-49.el7.x86_64
libnetsnmptrapd.so.31()(64bit) is needed by net-snmp-1:5.7.2-49.el7.x86_64
net-snmp-agent-libs = 1:5.7.2-49.el7 is needed by net-snmp-1:5.7.2-49.el7.x86_64
net-snmp-libs = 1:5.7.2-49.el7 is needed by net-snmp-1:5.7.2-49.el7.x86_64

그래서 다운받았어요net-snmp-agent-libs-5.7.2-49.el7.x86_64.rpm나는 다음을 사용하여 설치하려고했습니다.

rpm -i net-snmp-agent-libs-5.7.2-49.el7.x86_64.rpm

이 오류가 발생했습니다.

warning: net-snmp-agent-libs-5.7.2-49.el7.x86_64.rpm: Header V3 RSA/SHA256 Signature, key ID f4a80eb5: NOKEY"error: Failed dependencies: net-snmp-libs = 1:5.7.2-49.el7 is needed by net-snmp-agent-libs-1:5.7.2-49.el7.x86_64

그래서 다운받았어요net-snmp-libs-5.7.2-49.el7_9.2.x86_64.rpm파일을 사용하여 설치하려고 했습니다.

rpm -i net-snmp-libs-5.7.2-49.el7_9.2.x86_64.rpm

하지만 다음 오류가 발생했습니다.

warning: net-snmp-libs-5.7.2-49.el7_9.2.x86_64.rpm: Header V3 RSA/SHA256 Signature, key ID f4a80eb5: NOKEY
file /usr/lib64/libnetsnmp.so.31.0.2 from install of net-snmp-libs-1:5.7.2-49.el7_9.2.x86_64 conflicts with file from package net-snmp-libs-1:5.7.2-28.el7.x86_64
file /usr/share/snmp/mibs/UCD-SNMP-MIB.txt from install of net-snmp-libs-1:5.7.2-49.el7_9.2.x86_64 conflicts with file from package net-snmp-libs-1:5.7.2-28.el7.x86_64

메모: 인터넷에 접속할 수 없습니다. 즉, snmp를 오프라인으로 설치해야 합니다.

여러분의 지원에 감사드립니다.

관련 정보