我正在尝试从 7.5 更新到 CentOS 7.7。我尝试按照所有教程(基本上只是说运行yum update
)操作,但没有获得更新。以下是一些信息:
➜ ~ sudo yum check-update
Loaded plugins: fastestmirror, langpacks
Loading mirror speeds from cached hostfile
* elrepo: mirrors.coreix.net
* epel: mirrors.coreix.net
* nux-dextop: mirror.li.nux.ro
➜ ~
和:
➜ ~ cat /etc/centos-release
CentOS Linux release 7.5.1804 (Core)
➜ ~
我是不是漏掉了一些存储库?或者我需要以某种方式强制更新它?
更新:
这是我的内容/etc/yum.repos.d/CentOS-Base.repo
:
[C7.5.1804-base]
name=CentOS-7.5.1804 - Base
baseurl=http://vault.centos.org/7.5.1804/os/$basearch/
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
enabled=1
[C7.5.1804-updates]
name=CentOS-7.5.1804 - Updates
baseurl=http://vault.centos.org/7.5.1804/updates/$basearch/
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
enabled=1
[C7.5.1804-extras]
name=CentOS-7.5.1804 - Extras
baseurl=http://vault.centos.org/7.5.1804/extras/$basearch/
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
enabled=1
[C7.5.1804-centosplus]
name=CentOS-7.5.1804 - CentOSPlus
baseurl=http://vault.centos.org/7.5.1804/centosplus/$basearch/
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
enabled=1
[C7.5.1804-fasttrack]
name=CentOS-7.5.1804 - Fasttrack
baseurl=http://vault.centos.org/7.5.1804/fasttrack/$basearch/
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
enabled=1
这是否意味着版本是硬编码的?
答案1
RHEL 和 CentOS 版本是滚动更新。任何 7.x“点版本”都将升级到最新版本,目前为 7.9。
有几个好的理由将你的版本冻结在特定时间点。确保你有一个。如果有,只需将 7.5.1804 替换为 7.7.1908。如果没有,只需使用标准的 Centos-*.repo 文件。