How To Install perl-meta-notation on Fedora 36

In this tutorial we learn how to install perl-meta-notation in Fedora 36. perl-meta-notation is Change nonprintable characters below 0x100 into printables

Introduction

In this tutorial we learn how to install perl-meta-notation on Fedora 36.

What is perl-meta-notation

Returns a copy of the input string with the nonprintable characters below 0x100 changed into printables. Any ASCII printables or above 0xFF are unchanged.

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

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

sudo dnf -y install perl-meta-notation

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

sudo yum -y install perl-meta-notation

How To Uninstall perl-meta-notation on Fedora 36

To uninstall only the perl-meta-notation package we can use the following command:

sudo dnf remove perl-meta-notation

perl-meta-notation Package Contents on Fedora 36

/usr/share/perl5/meta_notation.pm

References

Summary

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