How to Install and Uninstall perl-Archive-Extract.noarch Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: October 13,2024

1. Install "perl-Archive-Extract.noarch" package

Please follow the step by step instructions below to install perl-Archive-Extract.noarch on Red Hat Enterprise Linux 8 (RHEL 8)

$ sudo dnf update $ sudo dnf install perl-Archive-Extract.noarch

2. Uninstall "perl-Archive-Extract.noarch" package

This guide covers the steps necessary to uninstall perl-Archive-Extract.noarch on Red Hat Enterprise Linux 8 (RHEL 8):

$ sudo dnf remove perl-Archive-Extract.noarch $ sudo dnf autoremove

3. Information about the perl-Archive-Extract.noarch package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 1:02:13 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : perl-Archive-Extract
Epoch : 1
Version : 0.88
Release : 1.el8
Architecture : noarch
Size : 35 k
Source : perl-Archive-Extract-0.88-1.el8.src.rpm
Repository : epel
Summary : Generic archive extracting mechanism
URL : https://metacpan.org/release/Archive-Extract
License : GPL+ or Artistic
Description : Archive::Extract is a generic archive extraction mechanism. It allows you to
: extract any archive file of the type .tar, .tar.gz, .gz, .Z, tar.bz2, .tbz,
: .bz2, .zip, .xz,, .txz, .tar.xz, or .lzma without having to worry how it does
: so, or use different interfaces for each type by using either perl modules, or
: command-line tools on your system.