Tuesday 17 April 2012

how to install vlc in rhel6.X / centos 6.X

Download repository from this link rpmforge  according to your system architecture use uname -i to find your system architecture.

[root@localhost Desktop]# uname -i
x86_64
[root@localhost Desktop]# rpm -ivh rpmforge-release-0.5.3-1.el6.rf.x86_64.rpm
[root@localhost Desktop]# yum install vlc

To enable Root access to VLC player

vi /usr/bin/vlc
search for all geteuid and replace it with getppid
(use /geteuid to search)

Save&exit

No comments:

Post a Comment