If the unzip command isn’t already installed on your system, then run:
#sudo apt-get install unzip
After installing the unzip utility, if you want to extract to a particular destination folder, you can use:
#unzip file.zip -d destination_folder
ok work