I ‘ve installed VLC player in fedora .
the command i used to install vlc are.
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.
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
$ 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