How to Install and Uninstall unzip.x86_64 Package on CentOS 7 / RHEL 7

Last updated: April 19,2024

1. Install "unzip.x86_64" package

This guide covers the steps necessary to install unzip.x86_64 on CentOS 7 / RHEL 7

$ sudo yum makecache $ sudo yum install unzip.x86_64

2. Uninstall "unzip.x86_64" package

In this section, we are going to explain the necessary steps to uninstall unzip.x86_64 on CentOS 7 / RHEL 7:

$ sudo yum remove unzip.x86_64 $ sudo yum autoremove

3. Information about the unzip.x86_64 package on CentOS 7 / RHEL 7

Installed Packages
Name : unzip
Arch : x86_64
Version : 6.0
Release : 21.el7
Size : 365 k
Repo : installed
From repo : base
Summary : A utility for unpacking zip files
URL : http://www.info-zip.org/UnZip.html
License : BSD
Description : The unzip utility is used to list, test, or extract files from a
: zip archive. Zip archives are commonly found on MS-DOS systems.
: The zip utility, included in the zip package, creates zip
: archives. Zip and unzip are both compatible with archives created
: by PKWARE(R)'s PKZIP for MS-DOS, but the programs' options and
: default behaviors do differ in some respects.
:
: Install the unzip package if you need to list, test or extract
: files from a zip archive.