

The result above showing that unzip is installed but not zip. A more concise command is simply rpm -q unzip zip: # rpm -q unzip zip To check if zip or unzip is installed the commands yum info zip unzip or yum list installed | grep zip are sometimes suggested. Or for sudo users: $ sudo yum install zip unzip These utilities can be installed on CentOS using yum: # yum install zip unzip In which case the zip and unzip utilities may not be installed.
UNZIP IN LINUX HOW TO
This tutorial shows how to use zip and unzip on a CentOS Linux install, the commands apply to other versions of Linux.Ī VPS may not run a full blown Linux, for example a CentOS VPS may run the minimal CentOS installation for efficiency. This can be done with the Linux zip (to compress) and unzip (to extract) utilities. When managing a Linux based Virtual Private Server (VPS) or other remote Linux machine, such as a web server, there can be occasions when a zip file created on Windows needs to be extracted and managed on the remote Linux machine.

Tutorial to Upload and Extract a Zip File from Windows to a CentOS VPS In Windows files are normally zipped, which is a format that collects and compresses several files into a single. tar, which is an uncompressed collection of files created using the tar utility. Or several files are collected into a Tape Archive. On Linux systems files are normally compressed individually to create a. Unzip File on VPS? How to Extract a Zip File on a Linux VPS
