Creating a zip file

First update and install requirments ..

$ apt update

$ apt upgrade

$ apt install zip

$ apt install unzip
Creating Zip file :

$ zip name.zip [your files]

Here name.zip is the name for that zip file

your files means = your files to make zip such as .txt .md folder .png .jpg etc..,

Unzip process :

$ unzip name.zip

that’s it will unzip your zip file..

Design a site like this with WordPress.com
Get started