Working with zip compressed files - ajumalp/rpi-nas GitHub Wiki

1st we need to install package unzip

sudo apt-get install unzip

If you want to extract a zip file use below command

unzip file.zip

If you want to extract a zip file to specific folder use below command

unzip file.zip -d destination_folder