Install Unzip (if not yet installed already)
To install unzip into your machine, use the following command:
sudo apt install unzip
After you have installed Unzip, follow these steps to unzip the file:
1. To unzip and extract the files inside the same folder
unzip filename.zip
2. To unzip and extract the files inside another folder
unzip filename.zip -d /home/pathtofolder/NewFolderName
Bookmark this page if you keep forgetting! Hope it helps. Keep sharing
0 Comments