How to unzip on Ubuntu
More for my reference but extracting Zip files in Ubuntu from the command line is pretty straight forward
1$ sudo apt-get install unzip
This should install the unzip utility for you. Then to unzip it's pretty straight forward
1$ unzip {file}
Where {file} is your .zip archive.
| Tweet |
| If you like what you see on the website and/or this post has helped you out in some way please consider donating to help keep me in beer vodka. The donations are made through Paypal, which accepts almost any credit card or eCheck. |