fedora 3 uses rpm packages
first try to see if unzip is installed by typing in the shell:
whereis unzip
if it's not installed type:
wget
ftp://194.199.20.114/linux/fedora/co....51-4.i386.rpm
after it's downloaded type:
rpm -Uvh unzip-5.51-4.i386.rpm
after it's installed you can use it.
