- Published on
How to install zip and unzip cli in Ubuntu server
zip and unzip cli do not come out of the box in the Ubuntu server.
However, installing them is straightforward.
You can easily install them using apt-get like this
sudo apt-get install zip unzip
Happy zipping unzipping!