Buen día
Estoy haciendo pruebas en un entorno local para actualizar Guarani de una versión 3.19.0 a la actual 3.22.x.
Para ello estaba viendo los pasos descirptos en https://documentacion.siu.edu.ar/wiki/SIU-Guarani/version3.22.0/actualizacion_con_personalizaciones/gestion
Mirando los requisitos técnicos de la versión, en https://documentacion.siu.edu.ar/wiki/SIU-Guarani/version3.22.0/instalacion_desde_cero/requisitos_previos/linux, observo que se requiere PHP 7.4.x. Pero el enotrno está en PHP 7.3.13.
A la hora de ejecutar el paso 1:
apt-get install apache2 libapache2-mod-php7.4 openssl
Obtengo como respuesta:
E: Unable to locate package libapache2-mod-php7.4
E: Couldn't find any package by glob 'libapache2-mod-php7.4'
E: Couldn't find any package by regex 'libapache2-mod-php7.4'
Y a la hora de ejecutar el paso 2:
apt-get install php7.4-cli php7.4-pgsql php7.4-gd php7.4-curl php-apcu php7.4-mbstring php7.4-xml php7.4-zip php-libsodium
Obtengo como respuesta:
Package php-apcu is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
Package php-libsodium is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Unable to locate package php7.4-cli
E: Couldn't find any package by glob 'php7.4-cli'
E: Couldn't find any package by regex 'php7.4-cli'
E: Unable to locate package php7.4-pgsql
E: Couldn't find any package by glob 'php7.4-pgsql'
E: Couldn't find any package by regex 'php7.4-pgsql'
E: Unable to locate package php7.4-gd
E: Couldn't find any package by glob 'php7.4-gd'
E: Couldn't find any package by regex 'php7.4-gd'
E: Unable to locate package php7.4-curl
E: Couldn't find any package by glob 'php7.4-curl'
E: Couldn't find any package by regex 'php7.4-curl'
E: Package 'php-apcu' has no installation candidate
E: Unable to locate package php7.4-mbstring
E: Couldn't find any package by glob 'php7.4-mbstring'
E: Couldn't find any package by regex 'php7.4-mbstring'
E: Unable to locate package php7.4-xml
E: Couldn't find any package by glob 'php7.4-xml'
E: Couldn't find any package by regex 'php7.4-xml'
E: Unable to locate package php7.4-zip
E: Couldn't find any package by glob 'php7.4-zip'
E: Couldn't find any package by regex 'php7.4-zip'
E: Package 'php-libsodium' has no installation candidate
Cómo puedo actualizar la versión de PHP a la 7.4 sugerida?
Gracias por la orientación.
Saludos.