为什么 Fedora 中没有软件包更新?

为什么 Fedora 中没有软件包更新?

我上次更新 Fedora 14 安装是在几周前,所以我预计会有大量新软件包在等着我,但在我运行之后yum update,我得到了:

...
Setting up Update Process
No Packages marked for Update

更新:

rpm -qi sudo给出版本1.7.4p4

yum -v repolist给出:

Loading "langpacks" plugin
Loading "presto" plugin
Loading "refresh-packagekit" plugin
Adding en_US to language list
Config time: 0.074
Yum Version: 3.2.28
Setting up Package Sacks
pkgsack time: 0.174
Repo-id      : fedora
Repo-name    : Fedora 14 - i386
Repo-revision: 1287926872
Repo-tags    : binary-i386
Repo-distro-tags: [cpe:/o:fedoraproject:fedora:14]: rawhide
Repo-updated : Sun Oct 24 15:44:32 2010
Repo-pkgs    : 17,883
Repo-size    : 20 G
Repo-metalink: https://mirrors.fedoraproject.org/metalink?repo=fedora-14&arch=i386
  Updated    : Sun Oct 24 15:44:32 2010
Repo-expire  : 604,800 second(s) (last: Thu Jan 13 20:00:21 2011)

Repo-id      : updates
Repo-name    : Fedora 14 - i386 - Updates
Repo-revision: 1295548217
Repo-tags    : binary-i386
Repo-updated : Thu Jan 20 21:32:10 2011
Repo-pkgs    : 4,500
Repo-size    : 7.2 G
Repo-metalink: https://mirrors.fedoraproject.org/metalink?repo=updates-released-f14&arch=i386
  Updated    : Thu Jan 20 21:32:10 2011
Repo-expire  : 21,600 second(s) (last: Thu Jan 13 20:00:49 2011)

repolist: 22,383

答案1

您的存储库缓存已过期,请清理它并再次执行更新:

yum clean expire-cache
yum update

相关内容