内容简介:CentOS 8.3 已正式 GA,这是 CentOS Linux 8 的最新版本,rebuild 自 RHEL 8.3。 镜像下载:http://mirror.centos.org/centos/8/isos/ 主要改动 对 Yum repo 文件和 repoid 进行了更改,按照开发团队的解释,主要...
CentOS 8.3 已正式 GA,这是 CentOS Linux 8 的最新版本,rebuild 自 RHEL 8.3。
镜像下载:http://mirror.centos.org/centos/8/isos/
对 Yum repo 文件和 repoid 进行了更改,按照开发团队的解释,主要是为了使 CentOS Stream 作为独立于 CentOS Linux 的发行版运行,以及简化从 CentOS Linux 迁移到 CentOS Stream 的过程。
因此开发团队修改了 /etc/yum.repos.d 目录中某些文件的名字,并更新了 repoid 以进行匹配。具体如下:
Repoid (8.2.2004 and before) |
Repoid (8.3.2011 and later) |
BaseOS |
baseos |
appstream |
|
powertools |
|
centosplus |
plus |
ha |
|
base-debuginfo |
debuginfo |
Devel |
devel |
BaseOS-source |
baseos-source |
AppStream-source |
appstream-source |
centosplus-source |
plus-source |
base-debuginfo |
debuginfo |
以上所述就是小编给大家介绍的《CentOS 8.3 (2011) 正式 GA》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!
猜你喜欢:本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Learn Python the Hard Way
Zed Shaw / Example Product Manufacturer / 2011
This is a very beginner book for people who want to learn to code. If you can already code then the book will probably drive you insane. It's intended for people who have no coding chops to build up t......一起来看看 《Learn Python the Hard Way》 这本书的介绍吧!