반응형
Linux ( Centos ) 에서 Wine 설치시 오류가 난다면 EPSL 패키지를 설치해준다.
Using EPEL
How can I install the packages from the EPEL software repository?
There are repository rpm packages for RHEL5 and RHEL6. The repository package installs the repo details on your local system for yum
or up2date
to use. Then you can install packages with your usual method, and the EPEL repository is included.
For EL5:
# su -c 'rpm -Uvh http://download.fedoraproject.org/pub/epel/5/i386/epel-release-5-4.noarch.rpm' # su -c 'yum install foo'
For EL6:
# su -c 'rpm -Uvh http://download.fedoraproject.org/pub/epel/6/i386/epel-release-6-8.noarch.rpm' # su -c 'yum install foo'
반응형
'Server (LInux & Windows) > Centos(센토)' 카테고리의 다른 글
(Centos 6.4) 서버 관련 노하우 (0) | 2014.02.17 |
---|---|
(Centos 6.4) Chrome 설치하기 (0) | 2014.02.12 |
(CentOS 6.4) 영문 리눅스에서 한글 키보드 적용 (0) | 2014.02.12 |
(Centos 6.4 ) FTP 설치 및 설정법 (VSFTP 데몬 - vsftpd) (0) | 2014.02.12 |
(Centos 6.4) Web 서버 설치 (0) | 2014.02.04 |
댓글