Zip is a compression and file packaging utility for Linux,Unix,Windows and various Operating system. The zip helps to compress and reduce the size of file and directory.
First need to find out zip installed or not.
In CentOS
# rpm -q zip
In Debian or Ubuntu
$ sudo dpkg -l zip
If not installed.
In CentOS or Red hat
# yum install zip
In Debian or Ubuntu
$ sudo apt-get install zip