How to install zip in ubuntu?
I'm having this request error in the ubuntu script install
ZIP Required ZIP extension for backuping data Not installed
Log In to Comment
I'm having this request error in the ubuntu script install
ZIP Required ZIP extension for backuping data Not installed
If you only need zip and not a zip extension for a particular language (like PHP) this will do the trick:
apt-get update
apt-get install zip unzip
If you are running a PHP application and require the zip extension you can run:
apt-get update
apt-get install php7.0-zip