According to the error your missing the program unzip. If you are on a Debian or Ubuntu you could install it as apt-get install unzip at the command prompt. On a Redhat type system you can use yum install unzip.
I tried this again and noticed there is an error right at the end of the install
> yum install unzip
Loading "installonlyn" plugin
Setting up Install Process
Setting up repositories
Reading repository metadata in from local files
Parsing package install arguments
Resolving Dependencies
–> Populating transaction set with selected packages. Please wait.
—> Package unzip.i386 0:5.52-2.2.1 set to be updated
–> Running transaction check
Dependencies Resolved
=============================================================================
Package Arch Version Repository Size
Total download size: 155 k
Is this ok [y/N]: Traceback (most recent call last):
File “/usr/bin/yum”, line 29, in ?
yummain.main(sys.argv[1:])
File “/usr/share/yum-cli/yummain.py”, line 172, in main
base.doTransaction()
File “/usr/share/yum-cli/cli.py”, line 413, in doTransaction
if not self.userconfirm():
File “/usr/share/yum-cli/output.py”, line 115, in userconfirm
choice = raw_input('Is this ok [y/N]: ')
EOFError: EOF when reading a line
Did you run it from a real interactive terminal? The System Packages module knows how to install things via yum (generally) if you don’t want to use a real command line. But if you use Command Shell, it’ll fail because it isn’t interactive. You might be able to convince it to install via the Command Shell with “yum -y install unzip”…but why not just use the tools meant for the job?
"I ran it from webmin under "other" "command shell""
So why not use the System:System Packages module instead? It’s designed for installing packages.
The Command Shell is great to have around (for when ssh is down for some reason, or you just need to run a one-off command–or if you’re on a mobile device that doesn’t support any interactive terminal type), but it’s not a general purpose shell–it’s not interactive. So, don’t use it for things are are interactive.
I am still getting used to working with this as I was using Cpanel/WHM since 1996 so tend to do everything if I can from Webmin or Virtualmin.
You can do far more from the Webmin/Virtualmin UI than you ever could with cPanel/WHM…but you should use the right tool for the job.