#author("2025-03-28T09:02:02+00:00","default:iseki","iseki") #author("2025-03-28T09:05:42+00:00","default:iseki","iseki") * Rocky Linux 8 ** 8 -> 9 - https://phoenixnap.com/kb/upgrade-rocky-linux-8-to-9 - https://exiz.org/posts/centos-stream-8-to-9/ ** Appli *** PHP-8.2 <pre> 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 </pre> *** [[MariaDB]]-11.7.2 <pre> 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 入れ直し </pre>