What is the difference between `yum install` and `yum localinstall`?
Hello. I'm going to add RPMFusion to my list of repos and to do it http://rpmfusion.org/Configuration (I am told) to type the command su -c 'yum localinstall --nogpgcheck http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm
. On another https://ask.fedoraproject.org/question/37715/gstreamer-installed-but-still-dont-have-mp3-support-why/ (post) a user suggests me to type a similar command but with install
instead of localinstall
. Reading the man
page for yum
I found that the later is "maintained for legacy reasons only", and that we should use former. So I want to know if there is a real difference to prefer one over the other.
Thanks.