リポジトリを追加

標準リポジトリ提供のものを優先するようにプラグインをインストール
[root@falcon21 ~]# yum -y install yum-plugin-priorities
インストール:
yum-plugin-priorities.noarch 0:1.1.31-50.el7

完了しました!


標準リポジトリを最優先にする (プライオリティ=1)
[root@falcon21 ~]# sed -i -e "s/\]$/\]\npriority=1/g" /etc/yum.repos.d/CentOS-Base.repo

 

EPEL を追加
[root@falcon21 ~]# yum -y install epel-release

インストール:
epel-release.noarch 0:7-11

完了しました!


プライオリティ=5 に設定
[root@falcon21 ~]# sed -i -e "s/\]$/\]\npriority=5/g" /etc/yum.repos.d/epel.repo

 

CentOS SCLo Software collections を追加
[root@falcon21 ~]# yum -y install centos-release-scl-rh centos-release-scl
インストール:
centos-release-scl.noarch 0:2-2.el7.centos
centos-release-scl-rh.noarch 0:2-2.el7.centos

完了しました!


プライオリティ=10 に設定
[root@falcon21 ~]# sed -i -e "s/\]$/\]\npriority=10/g" /etc/yum.repos.d/CentOS-SCLo-scl.repo
[root@falcon21 ~]# sed -i -e "s/\]$/\]\npriority=10/g" /etc/yum.repos.d/CentOS-SCLo-scl-rh.repo

 

Remi's RPM repository を追加
[root@falcon21 ~]# yum -y install http://rpms.famillecollet.com/enterprise/remi-release-7.rpm
インストール:
remi-release.noarch 0:7.6-1.el7.remi

完了しました!


プライオリティ=10 に設定
[root@falcon21 ~]# sed -i -e "s/\]$/\]\npriority=10/g" /etc/yum.repos.d/remi-safe.repo


 

投票数:0 平均点:0.00

 
Back to Top