How To Install perl-File-Map on Fedora 36

In this tutorial we learn how to install perl-File-Map in Fedora 36. perl-File-Map is Memory mapping made simple and safe

Introduction

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

What is perl-File-Map

File

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

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

sudo dnf -y install perl-File-Map

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

sudo yum -y install perl-File-Map

How To Uninstall perl-File-Map on Fedora 36

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

sudo dnf remove perl-File-Map

perl-File-Map Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/8b
/usr/lib/.build-id/8b/e7d98a25067ba4314db87559747a973dc56c3a
/usr/lib64/perl5/vendor_perl/File
/usr/lib64/perl5/vendor_perl/File/Map.pm
/usr/lib64/perl5/vendor_perl/auto/File
/usr/lib64/perl5/vendor_perl/auto/File/Map
/usr/lib64/perl5/vendor_perl/auto/File/Map/Map.so
/usr/share/doc/perl-File-Map
/usr/share/doc/perl-File-Map/Changes
/usr/share/doc/perl-File-Map/README
/usr/share/doc/perl-File-Map/examples
/usr/share/doc/perl-File-Map/examples/fastsearch.pl
/usr/share/licenses/perl-File-Map
/usr/share/licenses/perl-File-Map/LICENSE
/usr/share/man/man3/File::Map.3pm.gz

References

Summary

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