mirror of
https://github.com/Kxsso/jcutmirror.git
synced 2026-08-09 11:41:50 +08:00
24 lines
785 B
Plaintext
24 lines
785 B
Plaintext
---
|
|
mirrorId: ius
|
|
---
|
|
|
|
### 设置
|
|
|
|
如果要在您的系统上启用 IUS 仓库,请安装 **ius-release** 包。此包包含 IUS 的仓库配置和签名公钥。此外,许多 IUS 中的软件包依赖于 [EPEL](http://mirrors.jcut.edu.cn/docs/epel/) 仓库,因此也要安装 **epel-release** 包。
|
|
|
|
#### RHEL/CentOS 7
|
|
|
|
```bash
|
|
yum install \
|
|
https://mirrors.jcut.edu.cn/ius/ius-release-el7.rpm \
|
|
https://mirrors.jcut.edu.cn/epel/epel-release-latest-7.noarch.rpm
|
|
```
|
|
|
|
#### 测试
|
|
|
|
IUS 软件包在被发布到主仓库之前,将首先在 ius-testing 中提供。安装 ius-release 时,默认情况下 ius-testing 仓库是禁用的。如果您希望参与测试新的 IUS 软件包,请启用它。
|
|
|
|
```bash
|
|
yum install yum-utils
|
|
yum-config-manager --enable ius-testing
|
|
``` |