How To Install perl-File-FnMatch on Fedora 36

In this tutorial we learn how to install perl-File-FnMatch in Fedora 36. perl-File-FnMatch is Simple file-name and pathname matching

Introduction

In this tutorial we learn how to install perl-File-FnMatch on Fedora 36.

What is perl-File-FnMatch

This module provides simple, shell-like pattern matching.

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

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

sudo dnf -y install perl-File-FnMatch

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

sudo yum -y install perl-File-FnMatch

How To Uninstall perl-File-FnMatch on Fedora 36

To uninstall only the perl-File-FnMatch package we can use the following command:

sudo dnf remove perl-File-FnMatch

perl-File-FnMatch Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/a7
/usr/lib/.build-id/a7/8ffbd11080711c260067921670a03d04781732
/usr/lib64/perl5/vendor_perl/File
/usr/lib64/perl5/vendor_perl/File/FnMatch.pm
/usr/lib64/perl5/vendor_perl/auto/File
/usr/lib64/perl5/vendor_perl/auto/File/FnMatch
/usr/lib64/perl5/vendor_perl/auto/File/FnMatch/FnMatch.so
/usr/share/doc/perl-File-FnMatch
/usr/share/doc/perl-File-FnMatch/Changes
/usr/share/doc/perl-File-FnMatch/README
/usr/share/man/man3/File::FnMatch.3pm.gz

References

Summary

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