Rocky Linux 8.5にphp7.4をインストールする
1.OSバージョンの確認
# cat /etc/redhat-release
Rocky Linux release 8.5 (Green Obsidian)
2.インストール可能PHPのバージョンを確認します
# dnf module list php Rocky Linux 8 - AppStream Name Stream Profiles Summary php 7.2 [d][e] common [d] [i], devel, minimal PHP scripting language php 7.3 common [d], devel, minimal PHP scripting language php 7.4 common [d], devel, minimal PHP scripting language
3.他バージョンが有効な場合、phpバージョンをリセットする
# dnf module -y reset php
php7.4バージョンを切り替える
# dnf module -y enable php:7.4
4.PHP7.4を指定してインストール
# dnf module -y install php:7.4/common
5.phpバージョンを確認します
# php -v PHP 7.4.19 (cli) (built: May 4 2021 11:06:37) ( NTS ) Copyright (c) The PHP Group Zend Engine v3.4.0, Copyright (c) Zend Technologies