现在开始我的更新旅程了。
我在终端机里输入指令:
#yum update
主机里的硬盘开始啪嗒啪嗒的跳动了。
好了!现在只等屏幕出现包信息了,我准备把眼睛移的看看窗外的晚风徐来。
可是接着出现的去不是我想要的信息,而是:
[root@locathost root]#yum 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.
嘿,更新还需要装这个什么public.gpg.key,不知道它为什么需要这样做。现在也不去查它为什么要这样做,先把它装上再说:
[root@locathost root]#rpm --import public.gpg.key
error: public.gpg.key:import read failed.
即使照着它的提示做,也还是出现了错误,嘿,看来会听话的孩子,别人也不见得会认同他。
看来只能在网上再去查找关于public.gpg.key资料了。
有道是梦里寻它千百度,暮然回首,那人却在灯火欄柵外....
我不停的搜,不停的找,终于在一个网页上找到了关于public.gpg.key的安装方法。
安装方法其实很简单,只是我把public.gpg.key档案包的位置搞不清楚而已,正确的安装方法如下:
[root@locathost root]#rpm --import /usr/share/rhn/RPM-GPG-KEY-fedora
回车之后把个key安装到系统上去了。
接着我再下yum的指令给系统,让它更新:
[root@locathost root]#yum update
Setting up Update Process
Setting up Repo: base
repomd.xml 100%[============================| 1.1 KB 00:00
...........
.........
..................
呵呵,系统可以更新了,我心情舒畅了许多。