How to Install and Uninstall perl-IO-Compress.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 12,2024

1. Install "perl-IO-Compress.noarch" package

Please follow the guidance below to install perl-IO-Compress.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install perl-IO-Compress.noarch

2. Uninstall "perl-IO-Compress.noarch" package

This tutorial shows how to uninstall perl-IO-Compress.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove perl-IO-Compress.noarch $ sudo dnf autoremove

3. Information about the perl-IO-Compress.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 1:04:43 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : perl-IO-Compress
Version : 2.102
Release : 4.el9
Architecture : noarch
Size : 274 k
Source : perl-IO-Compress-2.102-4.el9.src.rpm
Repository : ubi-9-appstream-rpms
Summary : Read and write compressed data
URL : https://metacpan.org/release/IO-Compress
License : GPL+ or Artistic
Description : This distribution provides a Perl interface to allow reading and writing of
: compressed data created with the zlib and bzip2 libraries.
:
: IO-Compress supports reading and writing of bzip2, RFC 1950, RFC 1951,
: RFC 1952 (i.e. gzip) and zip files/buffers.
:
: The following modules used to be distributed separately, but are now
: included with the IO-Compress distribution:
: * Compress-Zlib
: * IO-Compress-Zlib
: * IO-Compress-Bzip2
: * IO-Compress-Base