Rocky Linux 8
をテンプレートにして作成
[
トップ
] [
タイトル一覧
|
ページ一覧
|
新規
|
検索
|
最終更新
|
ヘルプ
|
ログイン
]
開始行:
* 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...
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_r...
dnf -q module disable mariadb
dnf module reset mariadb
dnf rm mariadb
dnf install MariaDB-server MariaDB-client MariaDB-backup ...
mariadb -V
</pre>
終了行:
* 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...
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_r...
dnf -q module disable mariadb
dnf module reset mariadb
dnf rm mariadb
dnf install MariaDB-server MariaDB-client MariaDB-backup ...
mariadb -V
</pre>
ページ名: