How to Install and Uninstall perl-PerlIO-via-QuotedPrint.src Package on Oracle Linux 8

Last updated: October 05,2024

1. Install "perl-PerlIO-via-QuotedPrint.src" package

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

$ sudo dnf update $ sudo dnf install perl-PerlIO-via-QuotedPrint.src

2. Uninstall "perl-PerlIO-via-QuotedPrint.src" package

This guide covers the steps necessary to uninstall perl-PerlIO-via-QuotedPrint.src on Oracle Linux 8:

$ sudo dnf remove perl-PerlIO-via-QuotedPrint.src $ sudo dnf autoremove

3. Information about the perl-PerlIO-via-QuotedPrint.src package on Oracle Linux 8

Last metadata expiration check: 1:12:35 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : perl-PerlIO-via-QuotedPrint
Version : 0.09
Release : 1.module+el8.6.0+20545+312b6629
Architecture : src
Size : 24 k
Source : None
Repository : ol8_appstream
Summary : PerlIO layer for quoted-printable strings
URL : https://metacpan.org/release/PerlIO-via-QuotedPrint
License : GPL+ or Artistic
Description : This module implements a PerlIO layer that works on files encoded in the
: quoted-printable format. It will decode from quoted-printable while
: reading from a handle, and it will encode as quoted-printable while
: writing to a handle.