Linux have both zip and unzip program like windows ,but it is not installed by default in your Linux system.
To install them from Terminal follow the below steps :
Step 1: open the Terminal.
step 2: login as Super User (su).
step 3: Follow the below command to install the zip and unzip tools.
[root@localhost Linux-Helpers]# apt-get install zip
[root@localhost Linux-Helpers]# apt-get install unzip
Linux Mint
No comments:
Post a Comment