How to Install and Uninstall unzip.x86_64 Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: October 09,2024

1. Install "unzip.x86_64" package

This guide covers the steps necessary to install unzip.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8)

$ sudo dnf update $ sudo dnf install unzip.x86_64

2. Uninstall "unzip.x86_64" package

Please follow the steps below to uninstall unzip.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8):

$ sudo dnf remove unzip.x86_64 $ sudo dnf autoremove

3. Information about the unzip.x86_64 package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 1:31:46 ago on Mon Feb 26 15:59:38 2024.
Installed Packages
Name : unzip
Version : 6.0
Release : 46.el8
Architecture : x86_64
Size : 414 k
Source : unzip-6.0-46.el8.src.rpm
Repository : @System
From repo : ubi-8-baseos-rpms
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.