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
[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