|
发表于 2003-5-12 22:02:11
|
显示全部楼层
可能少安装了一个包。 redhat-rpm-config,看一下有没有安装。用下面的命令,如果没有出现类似下面的信息,就是没有安装上,应该从盘中找出带有redhat-rpm-config的包安装上就行了。
[root@Linsir01 root]# rpm -qa | grep redhat-rpm-config
redhat-rpm-config-8.0.21-1
[root@Linsir01 root]#
#rpm -ivh redhat-rpm-config*.rpm |
|