Substitute for zip command or way to zip files
You need to install zip
, with Ubuntu or Debian :
sudo apt-get install zip
If you don't have access to install zip, you can try tar
instead to see if it's available.
Example to "zip" a directory:
tar -czf myfolder.tar.gz myfolder