우리는 rhel 버전 7.6을 사용하고 있습니다.
놀랍게도 yum-config-manager는 rhel 7.6에 기본적으로 설치되지 않습니다.
따라서 우리는 rhel 7.6의 ISO 파일을 다운로드하고 rhel 7.6의 모든 pkg를 /mnt에 마운트합니다.
rhel 7.6용 저장소를 생성합니다.
이제 yum-config-manager를 설치해 보겠습니다.
하지만:
yum install yum-config-manager
Loaded plugins: langpacks
configuration
No package yum-config-manager available.
Error: Nothing to do
그렇다면 이 pkg/rpm이 ISO의 일부가 아닌 이유를 이해할 수 없습니다.
업데이트, 우리도 그랬어요
yum provides */yum-config-manager
Loaded plugins: langpacks
configuration
InstallMedia/filelists_db | 3.4 MB 00:00:00
yum-utils-1.1.31-50.el7.noarch : Utilities based around the yum package manager
Repo : InstallMedia
Matched from:
Filename : /usr/bin/yum-config-manager
yum-utils-1.1.31-50.el7.noarch : Utilities based around the yum package manager
Repo : @InstallMedia
Matched from:
Filename : /usr/bin/yum-config-manager
답변1
이 yum-config-manager
프로그램은 독립형 패키지가 아닙니다. 이는 패키지의 일부 yum-utils
이므로 다음과 같습니다.
yum install yum-utils
답변2
다른 답변에서 말했듯이 그것은 yum-utils
패키지의 일부입니다. 누락된 다른 패키지는 보충 바이너리 DVD ISO에 있을 가능성이 높습니다. DVD에 구울 수 있는 모든 ISO 콘텐츠를 포함할 수는 없습니다.
마운트된 ISO 이미지를 설치하고 시스템이 Redhat에 등록되어 있지 않은 경우 다음을 사용하는 것이 좋습니다.모든 것CentOS의 ISO? 이용하시면 더욱 편리하실 것입니다.