Answers for "download_and_unzip.sh: line 8: unzip: command not found"

0

sudo: unzip: command not found

sudo apt-get install unzip
Posted by: Guest on August-05-2021
1

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
Posted by: Guest on December-28-2020

Code answers related to "download_and_unzip.sh: line 8: unzip: command not found"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language