How To Install perl-PerlIO-via-QuotedPrint on Fedora 36

In this tutorial we learn how to install perl-PerlIO-via-QuotedPrint in Fedora 36. perl-PerlIO-via-QuotedPrint is PerlIO layer for quoted-printable strings

Introduction

In this tutorial we learn how to install perl-PerlIO-via-QuotedPrint on Fedora 36.

What is perl-PerlIO-via-QuotedPrint

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.

We can use yum or dnf to install perl-PerlIO-via-QuotedPrint on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-PerlIO-via-QuotedPrint.

Install perl-PerlIO-via-QuotedPrint on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install perl-PerlIO-via-QuotedPrint using dnf by running the following command:

sudo dnf -y install perl-PerlIO-via-QuotedPrint

Install perl-PerlIO-via-QuotedPrint on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install perl-PerlIO-via-QuotedPrint using yum by running the following command:

sudo yum -y install perl-PerlIO-via-QuotedPrint

How To Uninstall perl-PerlIO-via-QuotedPrint on Fedora 36

To uninstall only the perl-PerlIO-via-QuotedPrint package we can use the following command:

sudo dnf remove perl-PerlIO-via-QuotedPrint

perl-PerlIO-via-QuotedPrint Package Contents on Fedora 36

/usr/share/doc/perl-PerlIO-via-QuotedPrint
/usr/share/doc/perl-PerlIO-via-QuotedPrint/Changes
/usr/share/doc/perl-PerlIO-via-QuotedPrint/README
/usr/share/licenses/perl-PerlIO-via-QuotedPrint
/usr/share/licenses/perl-PerlIO-via-QuotedPrint/Artistic
/usr/share/licenses/perl-PerlIO-via-QuotedPrint/Copying
/usr/share/licenses/perl-PerlIO-via-QuotedPrint/LICENCE
/usr/share/man/man3/PerlIO::via::QuotedPrint.3pm.gz
/usr/share/perl5/vendor_perl/PerlIO
/usr/share/perl5/vendor_perl/PerlIO/via
/usr/share/perl5/vendor_perl/PerlIO/via/QuotedPrint.pm

References

Summary

In this tutorial we learn how to install perl-PerlIO-via-QuotedPrint on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).