我正在尝试使用以下指南:-如何升级到最新的S.L.6.x版本科学Linux将我的科学Linux版本6.3更新为科学Linux6.4。
# yum update --releasever=6.4
Loaded plugins: refresh-packagekit, security
Error: no such table: packages
# cat /etc/redhat-release
Scientific Linux release 6.3 (Carbon)
# uname -a
Linux XXXXX.XXXXX.XXX 2.6.32-358.18.1.el6.x86_64 #1 SMP Tue Aug 27 14:23:09 CDT 2013 x86_64 x86_64 x86_64 GNU/Linux
# rpm -q yum
yum-3.2.29-30.el6.noarch
# 我经历了Docs/RpmRecovery - rpm - Trac中列出的步骤,但结果仍然相同.
有什么想法吗?
发布于 2013-09-28 02:15:09
我不知道科学linux中的插件,但是在其他的yum发行版中,您可以运行yum清除所有的插件。它将清除您的yum缓存文件并刷新存储库元数据。如果您的计算机有dns或回购配置问题,您将不得不处理它们。请参阅https://unix.stackexchange.com/questions/21310/yum-cannot-retrieve-repository-centos-6
https://serverfault.com/questions/542262
复制相似问题