Ubuntu doesn’t have a utility to unzip .zip files by default. It’s really simple, though:
1. Install the unzip utility
sudo aptitude install unzip
2. Unzip
unzip path/to/zip/file.zip -d path/to/destination
Ubuntu doesn’t have a utility to unzip .zip files by default. It’s really simple, though:
1. Install the unzip utility
sudo aptitude install unzip
2. Unzip
unzip path/to/zip/file.zip -d path/to/destination