|
In a terminal type this:
which zip
If it returns:
/usr/bin/which: no zip in (/usr/local/bin:/usr/bin:etc.....)
then you need to install the zip utility. Let us know your distribution (redhat, suse, slackware, etc) so we can help you in installing this.
If it returns a path like:
/usr/bin/zip
then you have it installed and ark is doing something incorrectly.
Start there...find out if you have zip installed by doing what I suggested above.
|