Need unzip command to install phpmyadmin

I am trying to install phpmyadmin on a debian 4 box with a new install of virtualmin pro and keep am geting this error:

This script cannot be installed, as it requires the following commands : unzip

Is this something I need to install on the server? If so, where do I get it?

Thanks for any help.

Mike Murphy

I found out what I need to do. I ran

apt-get install zip
apt-get install unzip

and everything seems to work.

Thanks for the update, Mike. I obviously need to add those packages to the dependency list during install.