Centos 7.x RHEL 설정 EPEL 제3자 YUM 소스

2022 단어 Linux/fedora사용
다음으로 이동:http://linux.it.net.cn/CentOS/course/2014/1214/10265.html(원문 에서 주소 가 실 효 된 문 제 를 수정 하 였 습 니 다)
(테스트 를 통 해 이 원본 은 yumex 를 설치 할 수 있 습 니 다)
Epel 소개
구체 적 인 내용 은 다음 을 참조 하 시기 바 랍 니 다.http://fedoraproject.org/wiki/EPEL
Epel 원본 을 설치 하 는 방법 RHEL/CentOS 7/6/5?
wget 명령 을 통 해 RPM 파일 을 다운로드 하고 설치 합 니 다.
RHEL/CentOS 7
# wget http://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
# rpm -ivh epel-release-7.noarch.rpm IT ,http://www.it.net.cn 

RHEL/CentOS 6 
## RHEL/CentOS 6 
# wget 
http://dl.fedoraproject.org/pub/epel/epel-release-latest-6.noarch.rpm
# rpm -ivh epel-release-6.noarch.rpm
어떻게 epel 이 설치 되 었 는 지 검사 합 니까?
명령 사용 하기:
# yum repolist  

출력 은 다음 과 같 습 니 다.
[root@Lixiaolong ~]# yum repolist
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
 * base: mirrors.yun-idc.com
 * epel: ftp.sjtu.edu.cn
 * extras: mirrors.yun-idc.com
 * updates: mirrors.yun-idc.com
repo id                        repo name                                                     status
base/7/x86_64                  CentOS-7 - Base                                               8,465
epel/x86_64                    Extra Packages for Enterprise Linux 7 - x86_64                5,036
extras/7/x86_64                CentOS-7 - Extras                                                30
updates/7/x86_64               CentOS-7 - Updates                                              423
repolist: 13,954
[root@Lixiaolong ~]# 
 IT ,http://www.it.net.cn 

어떻게 epel 소스 설치 소프트웨어 를 사용 합 니까?
예 를 들 어 cacti 정 보 를 보고 싶 습 니 다.
# yum --enablerepo=epel info cacti  

IT 네트워크,http://www.it.net.cn
설치 시 다음 명령 을 수행 합 니 다:
# yum --enablerepo=epel install cacti  

참고:Epel 의 프로필 은/etc/yum.repos.d/epel.repo 에 있 습 니 다.

좋은 웹페이지 즐겨찾기