Line 1,273:
Line 1,273:
try installing SME11 packages, you might need to enable some repo using --enablerepo=smedev,epel,elrepo ... e.g.
try installing SME11 packages, you might need to enable some repo using --enablerepo=smedev,epel,elrepo ... e.g.
−
dnf module disable php:remi-8.2 -y
+
dnf module switch-to php:remi-8.3 -y
−
dnf module enable php:remi-8.1 -y
+
dnf module switch-to mariadb:10.5 -y
−
dnf module enable mariadb:10.5 -y
+
dnf module switch-to python36:3.6 -y
−
dnf module enable python36:3.6 -y
+
dnf module install php:remi-8.3
−
dnf module install php:remi-8.1
dnf install smeserver-* --enablerepo=koji-sme11,epel,remi,remi-safe,of --exclude=smeserver-mariadb* --exclude=smeserver-horde
dnf install smeserver-* --enablerepo=koji-sme11,epel,remi,remi-safe,of --exclude=smeserver-mariadb* --exclude=smeserver-horde
{{Warning box|we will drop horde support, so we have no limitation in keeping php 8.1 which is obsolete, I suggest to go with 8.3 EOL 23 Nov 2026}}
{{Warning box|we will drop horde support, so we have no limitation in keeping php 8.1 which is obsolete, I suggest to go with 8.3 EOL 23 Nov 2026}}