redhat + red-hat 사이트에서 rpm을 다운로드하는 방법

redhat + red-hat 사이트에서 rpm을 다운로드하는 방법

Red-Hat 공식 사이트에서 다음 rpm을 다운로드해야 합니다.

    kernel-debuginfo-3.10.0-327.10.1.el7.x86_64

다음 rpm 명령을 사용하여 다운로드가 가능합니까?

rpm --import http://....

그렇다면 어떻게(구문과 경로는 무엇입니까)?

다른 방법:

  root@test:~ # yum install --downloadonly --downloaddir=/tmp kernel-debuginfo
  Loaded plugins: product-id, rhnplugin, search-disabled-repos, subscription-manager
  This system is receiving updates from RHN Classic or Red Hat Satellite.
   No package kernel-debuginfo available.
   Error: Nothing to do

 root@test:~ # yumdownloader  kernel-debuginfo
 Loaded plugins: product-id, rhnplugin
 This system is receiving updates from RHN Classic or Red Hat Satellite.
 No Match for argument kernel-debuginfo
 Nothing to download

답변1

Redhat 구독이 있는 경우 답변이 설명됩니다.이 페이지에서.

옵션 1. 준비(일회성 행사):

(RHEL5)
# yum install yum-downloadonly

(RHEL6+)
# yum install yum-plugin-downloadonly

옵션 1. 실제 사용량:

# yum install --downloadonly --downloaddir=<directory> <package>

옵션 2. 준비:

# yum install yum-utils

옵션 2. 실제 사용량:

# yumdownloader <package>

구독이 없다면 Centos를 대안으로 고려해 보세요.

답변2

매우 간단합니다!

YUM 또는 DNF를 사용하여 RPM을 다운로드하고 설치할 수 있습니다.

예:

답변3

패키지를 명시적으로 요청하는 경우 -debuginfo검증된 RedHat 기술 자료 문서를 참조하세요. RHEL 시스템용 debuginfo 패키지를 다운로드하거나 설치하는 방법은 무엇입니까? 또한 RHN 구독 또는 구독 관리자 채널을 확인하는 방법에 대한 정보도 포함되어 있습니다.

관련 정보