5
但当我用
根@localhost~# rpm -q yum-3.2.22-26.el5
当我跑的时候
[root@localhost ~]# yum update
Loaded plugins: rhnplugin, security
This system is not registered with RHN.
RHN support will be disabled.
Skipping security plugin, no data
Setting up Update Process
No Packages marked for Update
当我试图安装另一个版本的yum时,它给出了
[root@localhost ~]# rpm -ivh yum-3.2.29-30.el6.noarch.rpm
warning: yum-3.2.29-30.el6.noarch.rpm: Header V4 DSA signature: NOKEY, key ID 192a7d7d
error: Failed dependencies:
pygpgme is needed by yum-3.2.29-30.el6.noarch
python(abi) = 2.6 is needed by yum-3.2.29-30.el6.noarch
python-urlgrabber >= 3.9.0-8 is needed by yum-3.2.29-30.el6.noarch
rpmlib(FileDigests) <= 4.6.0-1 is needed by yum-3.2.29-30.el6.noarch
rpmlib(PayloadIsXz) <= 5.2-1 is needed by yum-3.2.29-30.el6.noarch
yum-basearchonly conflicts with yum-3.2.22-26.el5.noarch
yum-skip-broken conflicts with yum-3.2.22-26.el5.noarch
请帮我一下,我怎么用百胜?
发布于 2013-01-11 11:55:17
它明确指出,您的系统没有在RedHat中注册,这是获取安全更新所必需的。要么购买/注册支持许可证,要么切换到其他东西(比如CentOS)。
发布于 2013-01-11 11:56:17
看起来你还没有配置任何使用yum
的存储库,就像@SvenW说的那样--这里不支持rhn。查看目录/etc/yum.repos.d
以获得信任。
https://serverfault.com/questions/466146
复制相似问题