How to Install and Uninstall perl-IO-Compress.src Package on Oracle Linux 8

Last updated: September 29,2024

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

In this section, we are going to explain the necessary steps to install perl-IO-Compress.src on Oracle Linux 8

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

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

This is a short guide on how to uninstall perl-IO-Compress.src on Oracle Linux 8:

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

3. Information about the perl-IO-Compress.src package on Oracle Linux 8

Last metadata expiration check: 1:43:30 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : perl-IO-Compress
Version : 2.096
Release : 1.module+el8.6.0+20545+312b6629
Architecture : src
Size : 313 k
Source : None
Repository : ol8_appstream
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