How to Install and Uninstall perl-IO-Compress.noarch Package on Amazon Linux 2

Last updated: May 10,2024

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

Please follow the instructions below to install perl-IO-Compress.noarch on Amazon Linux 2

$ sudo yum makecache $ sudo yum install perl-IO-Compress.noarch

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

Here is a brief guide to show you how to uninstall perl-IO-Compress.noarch on Amazon Linux 2:

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

3. Information about the perl-IO-Compress.noarch package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : perl-IO-Compress
Arch : noarch
Version : 2.061
Release : 2.amzn2
Size : 260 k
Repo : amzn2-core/2/x86_64
Summary : Read and write compressed data
URL : http://search.cpan.org/dist/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