Unzip
From WL-HDD Wiki
| WL-HDD Contents |
|---|
| What is the WL-HDD |
| Features |
| Pro's/con's |
| Reviews |
| Hacking |
| Inserting the HDD |
| Hacking Guides |
| Basic setup guides |
| Packages guides |
| Requests |
| Troubleshooting |
| This Wiki |
| Credits |
| Editing help |
| Contact Me |
Prerequisites
To complete this guide, the following is assumed:
| You are running Oleg's firmware (1.9.2.7-6b or later) |
| You have harddisk partitions up and running with an extended filesystem mounted to /opt |
| You have installed the Ipkg package system. |
| You have configured your partitions to automount. |
Installing the package
First lets update the ipkg feed list, you can view the list of current packages available here: feed list
ipkg update
Now lets install unzip
ipkg install unzip
The binary is installed to /opt/bin/unzip
Using Unzip
Whilst some advanced options are available in unzip, you will probably not need them.
Once you have downloaded a zip file to your WL-HDD (using Wget or Samba/FTP), you can extract it using the following command:
unzip myfilename.zip
Its that simple!!!
