Andy Jarrett

How to unzip on Ubuntu
Posted:

More for my reference but extracting Zip files in Ubuntu from the command line is pretty straight forward $ sudo apt-get install unzip This should install the unzip utility for you. Then to unzip it's pretty straight forward $ unzip {file} Where {file} is your .zip archive.

comments powered by Disqus