June 30, 2005
First time I ran the command (as root), I got a long list of updates to do
[araheja]# yum check-update
I tell you, I was impressed of the kind of automation at my doorstep.
I decided to update everything (after a careful review)
[araheja]# yum -y update
You have enabled checking of packages via GPG keys. This is a good thing.
However, you do not have any GPG public keys installed. You need to download
the keys for packages you wish to install and install them.
You can do that by running the command:
rpm --import public.gpg.key
For more information contact your distribution or package provider.
OOps !!!
So I import the key (found it on google)
[araheja]# rpm --import /usr/share/doc/fedora-release-3/RPM-GPG-KEY-fedora
[araheja]# yum check-update
And it started the good deed of updating my system :)