Install unzip module in Debian / Ubuntu Linux and Fix unzip command not found issue

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

Leave a Reply

Your email address will not be published. Required fields are marked *