Install php8.1-zip, gdl,intl on Ubuntu 18.04 failed

750 Views Asked by At

i tried to install the following extensions: php8.1-zip, php8.1-gdl,php8.1-intl on Ubuntu 18.04

Previously i could install the php8.1 package by

sudo apt install php8.1

but after trying to install the extensions(zip, gdl,intl) :

sudo apt install php8.1-zip

i got error:

a required part of the software package is outdated, unavailable or missing

Alternately i tried to install php8.0 but after intall and run:

sudo a2enmode php8.0 

i got : ERROR: Module php8.0 does not exist!

What cause the problem? i know that Ubuntu 18.04 is not supported anymore, but its not a properly time to upgrade the whole system now

0

There are 0 best solutions below