dnf install dnf-utils http://rpms.remirepo.net/enterprise/remi-release-8.rpm dnf module list php dnf module reset php dnf module enable php:remi-8.2 -y dnf rm php* dnf install php
curl -LsS https://downloads.mariadb.com/MariaDB/mariadb_repo_setup | sudo bash -s -- --mariadb-server-version=11.7.2 dnf -q module disable mariadb dnf module reset mariadb dnf rm mariadb dnf install MariaDB-server MariaDB-client MariaDB-backup vim mariadb -V PHP 入れ直し