Sunday, February 15, 2015
HowTo Install VLC on Fedora 18 19
su -
yum localinstall --nogpgcheck http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-18.noarch.rpm http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-18.noarch.rpm
** if you are getting a "Couldnt resolve host" response to this then simply do Step1a
Step1a:
gedit /etc/resolv.conf
look for the list of the nameserver and add the line below to the top of the list
nameserver 8.8.8.8
your /etc/resolv.conf should look something like this
# Generated by NetworkManager
domain smartbro.net
search smartbro.net
nameserver 8.8.8.8
nameserver 121.1.3.81
nameserver 121.1.3.16
nameserver 121.1.3.66
# NOTE: the libc resolver may not support more than 3 nameservers.
# The nameservers listed below may not be recognized.
nameserver 192.168.1.1
Step2:
yum install vlc -y
Enjoy!!
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.