Forum archive
Failed to extract file : Missing unzip command - fix for noobs like me!
Firstly I'd like to congratulate the devs here at Turnkey Linux. What a fantastic product - and free to boot! Brilliant!
I'm a bit of a linux noob (and a Win PowerUser+ - possibly the worst kind of linux noob
) but I'm keen to get my hands dirty and am looking at setting up an online remote office portal utilising TurnKey Linux LAMP and opengoo.org.
The installation ran really smoothly and the default LAMP setup seems to work a treat!
But when I tried to upload (and unzip) the OpenGoo .zip package (using the built-in file manager) it complained that "Failed to extract file : Missing unzip command" I had a bit of a search around online and couldn't find much. Finally I figured that the zip packer/unpacker (whatever its called) wasn't installed.
So in the interests of any other noobs playing with this LAMP who hit the same snag, thought I'd post with the 2 simple lines that it took to remedy the problem:
Log into your server and type in these 2 lines of text (type in first one, hit enter, wait, then type in second line).
# apt-get update
# apt-get install zip unzip
Too easy!