본문 바로가기

VLC

CentOS 6 VLC 설치

rpm --import http://ATrpms.net/RPM-GPG-KEY.atrpms
create the file /etc/yum.repos.d/atrpms.repo
   cd /etc/yum.repos.d   
   touch atrpms.repo
paste these lines
   [atrpms]
   name=Red Hat Enterprise Linux $releaserver - $basearch - ATrpms
   baseurl=http://dl.atrpms.net/el5-$basearch/atrpms/stable
   gpgcheck=1
   enabled=1
   gpgkey=http://ATrpms.net/RPM-GPG-KEY.atrpms
yum check-update
yum --disablerepo='epel' install vlc

1. http://pkgs.repoforge.org/rpmforge-release/ 에 가서 해당 버전에 맞는 rpm 패키지 다운로드 후 설치.

2. yum install vlc