설치 전 준비

Remi 저장소를 설치 하기 위해서는 Epel 저장소가 먼저 설치 되어야 합니다.

epel 저장소 설치 방법

Remi 저장소 설치

CentOS 7: http://rpms.famillecollet.com/enterprise/remi-release-7.rpm

CentOS 6: http://rpms.famillecollet.com/enterprise/remi-release-6.rpm

CentOS 5: http://rpms.famillecollet.com/enterprise/remi-release-5.rpm

자세한 내용은 http://rpms.famillecollet.com/ 참조

[root@localhost ~]# rpm -ivh http://rpms.famillecollet.com/enterprise/remi-release-6.rpm
... 설치 중(생략)

Remi 설치 확인

[root@localhost ~]# rpm -qa | grep remi-release
remi-release-6.5-1.el16.remi.noarch
[root@localhost ~]#