Nothing of the following works:
Code:
yum install -y vlc
or
yum install vlc
or
yum install VLC
It gives:
Loaded plugins: refresh-packagekit
Setting up Install Process
Parsing package install arguments
No package vlc available.
Nothing to do
If you are going to suggest this:
http://www.videolan.org/vlc/download-fedora.html
Code:
$> su -
#> rpm -ivh http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm
#> yum install vlc
#> yum install mozilla-vlc (optionnal)
the rpm command gives
system_release = 10 required. I tried the given rpm version of Fedora 9/10/11, and Fedora 8. All give the same error.
Please help.
I've tried this also,