how to uncompress zip file linux command code example
Example 1: unzip command in linux
sudo apt-get install unzip
Example 2: ubuntu unzip zip
unzip file.zip -d destination_folder
Example 3: unzip command in linux
unzip file.zip
sudo apt-get install unzip
unzip file.zip -d destination_folder
unzip file.zip