Tuesday, 26 April 2011

Installing vlc in fedora 14

hai,

I am new to the linux environment. I 've installed VLC player in fedora 14 today.

the command i used to install vlc are.

$ su -
$ rpm -ivh http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm
$ yum install vlc

thats it vlc will be installed :)

* the su command is to login as super user, who has the privilege to install software packages...

*the second rpm(redhat package manager) command helps to find the package in rpm derivative.

*yum install command helps to install the software

this is what i have learnt today :)

No comments:

Post a Comment