기술 지원

이 방법 가이드를 보여줍니다 당신이 사용하는 방법 EPEL 저장소에서는 RHEL/CentOS6/5 을 설치하는 추가적인 표준의 오픈 소스 패키지를 사용하여 말합니다.,

설치 EPEL 저장소에서 리눅

는 무엇입 EPEL

EPEL(추가 패키지를 위한 Enterprise Linux)은 오픈 소스 및 무료 커뮤니티 기반 저장소에서 프로젝트 Fedora 팀 제공하는 100%고품질을 추가 소프트웨어 패키지를 위해 리눅스 배포판을 포함 RHEL(Red Hat Enterprise Linux),CentOS,그리고 과학적인 리눅스. Epel 프로젝트의 일부는 아니지 RHEL/Cent OS 하지만 그 설계를 위한 중요한 리눅스 배포판에 의해 제공하는 많이 오픈 소스 패키지는 다음과 같은 네트워킹,sys 관리,프로그래밍,모니터링 및니다., Epel 패키지의 대부분은 Fedora repo 에 의해 유지 관리됩니다.

왜 우리는 EPEL 저장소를 사용합니까?

  1. 는 Yum 을 통해 설치할 오픈 소스 패키지를 많이 제공합니다.
  2. Epel repo 는 100%오픈 소스이며 무료로 사용할 수 있습니다.
  3. 핵심 중복 패키지 및 호환성 문제를 제공하지 않습니다.
  4. 모든 epel 패키지는 Fedora repo 에 의해 유지 관리됩니다.

RHEL/CentOS7/6/5 에서 EPEL 저장소를 활성화하는 방법은 무엇입니까?

먼저 WGET 을 사용하여 파일을 다운로드 한 다음 시스템에 RPM 을 사용하여 설치하여 EPEL 저장소를 활성화해야합니다., Use below links based on your Linux OS versions. (Make sure you must be root user).

RHEL/CentOS 7 64 Bit

## RHEL/CentOS 7 64-Bit ##rpm -ivh

RHEL/CentOS 6 32-64 Bit

## RHEL/CentOS 6 32-Bit ##
rpm -ivh http://download.fedoraproject.org/pub/epel/6/i386/epel-release-6-8.noarch.rpm
## RHEL/CentOS 6 64-Bit ## 
rpm -ivh http://download.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm

RHEL/CentOS 5 32-64 Bit

## RHEL/CentOS 5 32-Bit ##
rpm -ivh http://download.fedoraproject.org/pub/epel/5/i386/epel-release-5-4.noarch.rpm
## RHEL/CentOS 5 64-Bit ##
rpm -ivh http://download.fedoraproject.org/pub/epel/5/x86_64/epel-release-5-4.noarch.rpm

RHEL/CentOS 4 32-64 Bit

## RHEL/CentOS 4 32-Bit ##
rpm -ivh http://download.fedoraproject.org/pub/epel/4/i386/epel-release-4-10.noarch.rpm
## RHEL/CentOS 4 64-Bit ##
rpm -ivh http://download.fedoraproject.org/pub/epel/4/x86_64/epel-release-4-10.noarch.rpm

How Do I Verify EPEL Repo?,

EPEL 저장소가 활성화되어 있는지 확인하려면 다음 명령을 실행해야합니다. 일단 명령을 실행하면 epel 저장소가 표시됩니다.

yum repolist

샘플 출력

Loaded plugins: downloadonly, fastestmirror, prioritiesLoading mirror speeds from cached hostfile* base: centos.aol.in* epel: ftp.cuhk.edu.hk* extras: centos.aol.in* rpmforge: be.mirror.eurid.eu* updates: centos.aol.inReducing CentOS-5 Testing to included packages onlyFinished1469 packages excluded due to repository priority protectionsrepo id repo name statusbase CentOS-5 - Base 2,718+7epel Extra Packages for Enterprise Linux 5 - i386 4,320+1,408extras CentOS-5 - Extras 229+53rpmforge Red Hat Enterprise 5 - RPMforge.net - dag 11,251repolist: 19,075

EPEL Repo 를 어떻게 사용합니까?

패키지 검색 및 설치를 위해 YUM 명령을 사용해야합니다. 예를 들어 우리는 epel repo 를 사용하여 Zabbixpackage 를 검색,그것은 epel 에서 사용할 수 있는지 여부를 볼 수 있습니다.

# yum --enablerepo=epel info zabbix

샘플 출력

Available PackagesName : zabbixArch : i386Version : 1.4.7Release : 1.el5Size : 1.7 MRepo : epelSummary : Open-source monitoring solution for your IT infrastructureURL : http://www.zabbix.com/License : GPLDescription: ZABBIX is software that monitors numerous parameters of a network.

의 설치 Zabbix 패키지를 사용하여 epel repo 옵션–enablerepo=epel 스위치입니다.,

# yum --enablerepo=epel install zabbix

참고:epel 구성 파일은/etc/yum 아래에 있습니다.레 포스.디/에펠.레포.

답글 남기기

이메일 주소를 발행하지 않을 것입니다. 필수 항목은 *(으)로 표시합니다