・Remi のインストール

PHP等の新しいバージョンを提供してくれる

[root@centos]# dnf -y install https://rpms.remirepo.net/enterprise/remi-release-8.rpm


他リポジトリとのパッケージの競合をさけるため、enabled=0 として普段は読まないようにしておく

[root@centos]# sed -i -e "s/enabled=1/enabled=0/g" /etc/yum.repos.d/remi-safe.repo


上記リポジトリを使用してインストールする場合は、以下のようにコマンド入力

[root@centos]# dnf --enablerepo=remi-safe install ********※****** はサービス名