We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a3c37b commit 2bec5d4Copy full SHA for 2bec5d4
centos-settings/CentOS-Extra-Packages.md
@@ -58,7 +58,7 @@
58
- 官网中文材料:<https://fedoraproject.org/wiki/EPEL/zh-cn>
59
- 安装命令:`sudo yum install -y epel-release`
60
- CentOS 6 导入 KEY:`rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-6`
61
- - CentOS 7 导入 KEY:`rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-6`
+ - CentOS 7 导入 KEY:`rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-7`
62
- 设置 EPEL 源的级别:`vim /etc/yum.repos.d/epel.repo`,追加:priority=11
63
- 卸载 EPEL 源
64
- 如果你暂时不想使用 EPEL 源的话,把 epel.repo 里的 enabled=1 改成 enabled=0 即可,如果你完全不需要了,那就直接卸载掉 `sudo rpm -e epel-release`
0 commit comments