CentOS Stream 9にphp8.1をインストールする
環境
CentOS Stream release 9
操作方法
1.リポジトリをインストールします
# sudo dnf install https://rpms.remirepo.net/enterprise/remi-release-9.rpm # sudo dnf config-manager --set-enabled remi
2.システムパッケージをアップデートします
# sudo dnf update
3.phpモジュールを確認します
$ sudo dnf module list php [sudo] arte のパスワード: メタデータの期限切れの最終確認: 0:00:53 時間前の 2022年10月12日 22時50分17秒 に実施しました。 CentOS Stream 9 - AppStream Name Stream Profiles Summary php 8.1 common [d], devel, minimal PHP scripting language Remi's Modular repository for Enterprise Linux 9 - x86_64 Name Stream Profiles Summary php remi-7.4 common [d], devel, minimal PHP scripting language php remi-8.0 common [d], devel, minimal PHP scripting language php remi-8.1 common [d], devel, minimal PHP scripting language php remi-8.2 common [d], devel, minimal PHP scripting language ヒント: [d]efault, [e]nabled, [x]disabled, [i]nstalled
4.php 8.1をインポートします
$ sudo dnf module enable php:8.1 -y $ sudo dnf install php
5.phpバージョンを確認します
$ php -v PHP 8.1.8 (cli) (built: Jul 5 2022 21:55:55) (NTS gcc x86_64) Copyright (c) The PHP Group Zend Engine v4.1.8, Copyright (c) Zend Technologies with Zend OPcache v8.1.8, Copyright (c), by Zend Technologies