xxxxxxxxxx
1) sudo apt update
2) sudo apt install unzip
3) unzip yourfilenamehere.zip
xxxxxxxxxx
Zip-unzip utility:
sudo apt-get install zip unzip
navigate to the place where the zip belongs and,
unzip test.zip, where test.zip is the zip file to extract
xxxxxxxxxx
// If the source and destination directories are the same, you can simply do:
unzip file.zip