[SOLVED] redhat 8(RHEL) VLC player installation without any error
본문 바로가기
VAS/Centos 7 개발환경 구축

[SOLVED] redhat 8(RHEL) VLC player installation without any error

by Migos 2022. 6. 14.
반응형

Shut up and type below command

su -
#CENTOS7,8 case
yum install https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
yum install https://download1.rpmfusion.org/free/el/rpmfusion-free-release-7.noarch.rpm
yum install vlc
yum install python-vlc npapi-vlc


#RHEL8 case
yum -y install https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm
sudo yum install https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm
yum install https://download1.rpmfusion.org/free/el/rpmfusion-free-release-8.noarch.rpm
yum install vlc
반응형

댓글