Saturday, 3 May 2014
VLC Media Player Installation on Centos 6.4
Fisrt we need to download a repo called linuxtech.repo :-
[root@sahil ~]# cd /downloads
[root@sahil ~]# cd /downloads/
[root@sahildownloads]#wget http://pkgrepo.linuxtech.net/el6/release/linuxtech.repo
Move repo in /etc/yum.repos.d/ direcotory :-
[root@sahil downloads]# cp linuxtech.repo /etc/yum.repos.d
Now install VLC player by using yum :-
[root@sahil~]#yum install vlc -y
Check your VLC player :-
Command line:-
[root@sahil ~]# vlc &
Graphically :-
Go to Applicataion—> Sound and Videos —-> VLC media player .
Installation Completed :) Now play your Videos.
If you want to run as a root user then please run below command:-
#sed -i ‘s/geteuid/getppid/’ /usr/bin/vlc
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment