0%

【国内镜像】CentOS 6 ius 清华镜像

CentOS Linux 是一个由社群支持的发行版本,它是由 Red Hat 或 CentOS git 公开的 Red Hat 企业级 Linux(RHEL)源代码所衍生出来的。因此,CentOS Linux 以兼容 RHEL 的功能为目标。CentOS 计划对组件的修改主要是去除上游提供者的商标及美工图。CentOS Linux 是免费的及可自由派发的。每个 CentOS 版本均获维护直至相等的 RHEL 版本支持被中止。新的 CentOS 版本会随著新版 RHEL 的出现而被重建 —— 次要版本约 6-12 个月发行一次,主要版本数年才发行一次。重建所需的时间由次要版本的数星期到主要版本的数月不等。这样做能创建一个安全、低维护、稳定、高预测性、高重复性的 Linux 环境。

IUS(Inline with Upstream Stable)是一个社区项目,它旨在为 Linux 企业发行版提供可选软件的最新版 RPM 软件包。

添加ius源

/etc/yum.repos.d/ius.repo
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[ius]
name = IUS for Enterprise Linux 6 - $basearch
baseurl = https://mirrors.tuna.tsinghua.edu.cn/ius/6/$basearch/
enabled = 1
repo_gpgcheck = 0
gpgcheck = 1
gpgkey = https://mirrors.tuna.tsinghua.edu.cn/ius/RPM-GPG-KEY-IUS-6

[ius-debuginfo]
name = IUS for Enterprise Linux 6 - $basearch - Debug
baseurl = https://mirrors.tuna.tsinghua.edu.cn/ius/6/$basearch/debug/
enabled = 0
repo_gpgcheck = 0
gpgcheck = 1
gpgkey = https://mirrors.tuna.tsinghua.edu.cn/ius/RPM-GPG-KEY-IUS-6

[ius-source]
name = IUS for Enterprise Linux 6 - Source
baseurl = https://mirrors.tuna.tsinghua.edu.cn/ius/6/src/
enabled = 0
repo_gpgcheck = 0
gpgcheck = 1
gpgkey = https://mirrors.tuna.tsinghua.edu.cn/ius/RPM-GPG-KEY-IUS-6

相关链接