centos 7 yum 저장소

리눅스 2015. 8. 11. 16:26

--http://dl.fedoraproject.org/pub/epel/7/x86_64/e/에서 epel-release-7-*.noarch.rpm을 설치한다. 

[root@localhost ~]# wget http://dl.fedoraproject.org/pub/epel/7/x86_64/e/epel-release-7-5.noarch.rpm 

[root@localhost ~]# yum install epel-release-7-5.noarch.rpm 

--http://rpms.famillecollet.com/enterprise/에서 remi-release-7.rpm을 설치한다. 

[root@localhost ~]# wget http://rpms.famillecollet.com/enterprise/remi-release-7.rpm 

[root@localhost ~]# yum install remi-release-7.rpm 


yum으로 라이브러리 다운시, 라이브러리가 없는 경우가 있다. 그떄 저장소 추가

'리눅스' 카테고리의 다른 글

sendmail 릴레이  (0) 2015.08.12
/usr/lib/libdb-4.3.so: could not read symbols: File in wrong format  (0) 2015.08.12
configure 에러  (1) 2015.08.11
swap 메모리  (0) 2015.07.14
dmidecode 하드웨어 확인 명령어  (0) 2015.07.14
Posted by Narusika
,