As there is no 'unzip' command installed zip files code example
Example: As there is no 'unzip' command installed zip files
#Error: As there is no 'unzip' command installed zip files
// Centos
dnf install zip unzip php-zip
// Ubuntu
apt-get install zip unzip php-zip