How to Install and Uninstall perl-PerlIO-gzip.x86_64 Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: October 07,2024

1. Install "perl-PerlIO-gzip.x86_64" package

Please follow the steps below to install perl-PerlIO-gzip.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8)

$ sudo dnf update $ sudo dnf install perl-PerlIO-gzip.x86_64

2. Uninstall "perl-PerlIO-gzip.x86_64" package

This tutorial shows how to uninstall perl-PerlIO-gzip.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8):

$ sudo dnf remove perl-PerlIO-gzip.x86_64 $ sudo dnf autoremove

3. Information about the perl-PerlIO-gzip.x86_64 package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 0:54:10 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : perl-PerlIO-gzip
Version : 0.20
Release : 10.el8
Architecture : x86_64
Size : 29 k
Source : perl-PerlIO-gzip-0.20-10.el8.src.rpm
Repository : epel
Summary : Perl extension to provide a PerlIO layer to gzip/gunzip
URL : https://metacpan.org/release/PerlIO-gzip
License : GPL+ or Artistic
Description : PerlIO::gzip provides a PerlIO layer that manipulates files in the format
: used by the gzip program. Compression and decompression are implemented.
:
: This is akin to Compress::Zlib, except that it operates at the lower PerlIO
: layer.