How to Install VLC Player On Centos 6
Add Repository
- First login with user “root”
- Next run the following commands
# cd /etc/yum.repos.d/
# wget http://pkgrepo.linuxtech.net/el6/release/linuxtech.repo
Check VLC version in Repo
# yum list *vlc*
Install VLC Player
- Run the command below to install vlc
# yum -y install vlc
No comments:
Post a Comment