Page 1 of 1

How can i install VLC on fedora 6?

Posted: 05 Jan 2007 00:08
by yinglcs
I tried install VLC via yum, but nothing was found.
Thanks for any help.

$ yum list vlc
Loading "installonlyn" plugin
Setting up repositories
Reading repository metadata in from local files

Post subject: How can i install VLC on fedora 6?

Posted: 09 Jan 2007 10:07
by sanjay417
hi yinglcs,
you need to download the src code for vlc media player from http://www.videolan.org/, build it and install it. it will work.
I installed 0.8.6a version of vlc in my system and it is working fine.
Thanks & Regards,
sanjay

Posted: 12 Jan 2007 20:31
by pjwhite
hi.

if you just want a useable version of vlc then yum is fine. however it sounds like you haven't set up any other repositories. fedora can't ship with any repositories that have stuff like vlc since there are non-legal parts to it (dvdcss for instance).

install the freshrpms repo (it's easy to find out how, just search in google) and then google with that... check if it is enabled in /etc/yum.repos.d/freshrpms.repo enable=1, alternatively you can just do

yum install vlc --enablerepo=freshrpms

(this is only if you have it set up but enable=0 in the /etc/yum.repos.d/freshrpms.repo file.