How To Install perl-MIME-Base64 on Fedora 36

In this tutorial we learn how to install perl-MIME-Base64 in Fedora 36. perl-MIME-Base64 is Encoding and decoding of Base64 and quoted-printable strings

Introduction

In this tutorial we learn how to install perl-MIME-Base64 on Fedora 36.

What is perl-MIME-Base64

This package contains a Base64 encoder/decoder and a quoted-printable encoder/decoder. These encoding methods are specified in RFC 2045 - MIME (Multipurpose Internet Mail Extensions).

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

Install perl-MIME-Base64 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-MIME-Base64 using dnf by running the following command:

sudo dnf -y install perl-MIME-Base64

Install perl-MIME-Base64 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-MIME-Base64 using yum by running the following command:

sudo yum -y install perl-MIME-Base64

How To Uninstall perl-MIME-Base64 on Fedora 36

To uninstall only the perl-MIME-Base64 package we can use the following command:

sudo dnf remove perl-MIME-Base64

perl-MIME-Base64 Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/21
/usr/lib/.build-id/21/08d39a2d847c08d91741712e25133414dd11fc
/usr/lib64/perl5/vendor_perl/MIME
/usr/lib64/perl5/vendor_perl/MIME/Base64.pm
/usr/lib64/perl5/vendor_perl/MIME/QuotedPrint.pm
/usr/lib64/perl5/vendor_perl/auto/MIME
/usr/lib64/perl5/vendor_perl/auto/MIME/Base64
/usr/lib64/perl5/vendor_perl/auto/MIME/Base64/Base64.so
/usr/share/doc/perl-MIME-Base64
/usr/share/doc/perl-MIME-Base64/Changes
/usr/share/doc/perl-MIME-Base64/README
/usr/share/man/man3/MIME::Base64.3pm.gz
/usr/share/man/man3/MIME::QuotedPrint.3pm.gz

References

Summary

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