본문 바로가기
Server (LInux & Windows)/Centos(센토)

(Centos 6.4) EPEL 를 이용한 와인 (Wine) 설치시 오류 발생

by izen8 2014. 2. 12.
반응형



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'




반응형

댓글