Ok here's the 3 shortcuts i use:
In
/etc/bashrc i had added this line (need to be root to be allowed changing the file):
Code:
alias upd="sudo yum -y update"
To update the yum db, should work as any user...
And finaly updating your single program with:
Code:
upd [singlepackage]
wich is the same as:
Code:
sudo yum update -y supertuxkart
The brackets around 'singlepackage' indicate that its optional..
So if you just run yum update, it updates everything.. and in most cases it updates the db first.
You see that when all the repos gets listed and its downloading something...
Hth.
If you keep getting the same message, then there is NO update available.. simple.