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
step 4: If your are Fedora or Red hat linux OS you need to use the below command.
[root@localhost Linux-Helpers]# yum install zip unzip
Install Zip and Unzip Tools In Linux
No comments:
Post a Comment