How To Install perl-Inline-Filters on Fedora 36

In this tutorial we learn how to install perl-Inline-Filters in Fedora 36. perl-Inline-Filters is Common source code filters for Inline modules

Introduction

In this tutorial we learn how to install perl-Inline-Filters on Fedora 36.

What is perl-Inline-Filters

Inline modules.

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

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

sudo dnf -y install perl-Inline-Filters

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

sudo yum -y install perl-Inline-Filters

How To Uninstall perl-Inline-Filters on Fedora 36

To uninstall only the perl-Inline-Filters package we can use the following command:

sudo dnf remove perl-Inline-Filters

perl-Inline-Filters Package Contents on Fedora 36

/usr/share/doc/perl-Inline-Filters
/usr/share/doc/perl-Inline-Filters/Changes
/usr/share/doc/perl-Inline-Filters/README
/usr/share/licenses/perl-Inline-Filters
/usr/share/licenses/perl-Inline-Filters/LICENSE
/usr/share/man/man3/Inline::Filters.3pm.gz
/usr/share/perl5/vendor_perl/Inline
/usr/share/perl5/vendor_perl/Inline/Filters.pm
/usr/share/perl5/vendor_perl/Inline/Filters.pod

References

Summary

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