How to Install and Uninstall unzip.src Package on Oracle Linux 8
Last updated: November 28,2024
1. Install "unzip.src" package
In this section, we are going to explain the necessary steps to install unzip.src on Oracle Linux 8
$
sudo dnf update
Copied
$
sudo dnf install
unzip.src
Copied
2. Uninstall "unzip.src" package
Please follow the guidelines below to uninstall unzip.src on Oracle Linux 8:
$
sudo dnf remove
unzip.src
Copied
$
sudo dnf autoremove
Copied
3. Information about the unzip.src package on Oracle Linux 8
Last metadata expiration check: 6:07:41 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : unzip
Version : 6.0
Release : 46.0.1.el8
Architecture : src
Size : 1.4 M
Source : None
Repository : ol8_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.
Available Packages
Name : unzip
Version : 6.0
Release : 46.0.1.el8
Architecture : src
Size : 1.4 M
Source : None
Repository : ol8_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.