To install Zip and Unzip by using the apt-get install command, perform the following steps.
Enter the following command to download the package lists from the repositories and update them:
sudo apt-get update
Enter the following commands to install Zip and Unzip:
sudo apt-get install zip
sudo apt-get install unzip
To verify whether Zip and Unzip are installed correctly, run the following commands:
zip -v
unzip -v