Forum OpenACS Q&A: couldn't execute "gunzip": no such file or directory

I am having a problem installing a new package. I get the following error:

couldn't execute "gunzip": no such file or directory.

I can make out that the gunzip utility is not available. But where do I install this and how will it be available to Project Open

Collapse
Posted by Pavel Boghita on
try

tar xzvf [filename]

(ignore the brackets above) 'man tar' should tell you more

Regards,