How to Install and Uninstall unzip.src Package on Oracle Linux 9

Last updated: May 17,2024

1. Install "unzip.src" package

This guide let you learn how to install unzip.src on Oracle Linux 9

$ sudo dnf update $ sudo dnf install unzip.src

2. Uninstall "unzip.src" package

This is a short guide on how to uninstall unzip.src on Oracle Linux 9:

$ sudo dnf remove unzip.src $ sudo dnf autoremove

3. Information about the unzip.src package on Oracle Linux 9

Last metadata expiration check: 3:23:13 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : unzip
Version : 6.0
Release : 56.0.1.el9
Architecture : src
Size : 1.4 M
Source : None
Repository : ol9_baseos_latest
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.