I have issue. I can't install ext-zip on PHP 7.4 in the Ubuntu 18.04 VPS and as a result I can't install properly Laravel Excel lib from maatwebsite. When I'm trying install ext-zip with this command and restart apache afterwards
sudo apt-get install php7.4-zip
I get error
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'
I try also add extension to php.ini file nothing changes. However, for PHP 7.2 and PHP 8.2 I haven't got any issues to install mentioned extension