Fix unzip command not found Linux OS issue and use the unzip comment in server to unzip the ZIP files in server.
1. Install unzip module using below comment.
sudo apt-get install unzip
OR
sudo apt install unzip
2. use below comment to Unzip ZIP files.
unzip file.zip