How to unzip a zip file from terminal in ubuntu



To unzip a file through terminal follow the following command

  1. Open your terminal
  2. Go to your directory and Run this command unzip file.zip
If uzip command not found you need to install. To install write down or copy/paste the following command.

sudo apt-get install unzip
After installing the unzip utility run the above command [2].
If the source and destination are the same then run  the above command [2]/
If you want to extract particular destination folder you can use this command.

unzip file.zip -d destination_folder



You can watch this video for better understand

Post a Comment

Previous Post Next Post