Hi All, I am just sharing with the group. This is my VLC upgrade script. You have to have "atrpms" repo loaded. I like this script, as I make A LOT of typos. Run it from a command line. It will prompt you for your root's password.
-T cat upgrade-vlc #!/bin/bash Cmd="yum --disablerepo=* --enablerepo=atrpms* upgrade vlc" echo "$Cmd" su root -c "$Cmd"