|
unzip might not be installed by default on some unix/linux systems
for freebsd look in the /usr/ports/compression folder for linux type:
whereis unzip if it doesn't return with the path look on google for unzip "your distro" for redhat/fedora/CentOS rpmfind.net for Debian apt-get etc, etc
Or just download the source tarbal, unpack it with
tar xfz zip-x-x.tar.gz
cd zip-x-x-
./configure && make && make install
Hope that helps
|