On Newer version of PHP 8.3.*
Ubuntu/Debian
sudo apt-get install php8.3-zip
CentOS/Red Hat:
sudo yum install php-zip
Alpine Linux (if using Docker):
apk add php8-zip
Restart
sudo systemctl restart apache2 # For Apache
sudo systemctl restart nginx # For Nginx