How To Install perl-Dir-Manifest on Fedora 36

In this tutorial we learn how to install perl-Dir-Manifest in Fedora 36. perl-Dir-Manifest is Load texts or blobs from a directory of files

Introduction

In this tutorial we learn how to install perl-Dir-Manifest on Fedora 36.

What is perl-Dir-Manifest

Here is the primary use case blobs) that you wish to load from the code (e.g values of tests) and you wish to conveniently edit them, track them and maintain them. Using Dir separate file in a directory, create a manifest file listing all valid filenames/key and then say something like ‘my $text = $dir->text(“deal24solution.txt”, {lf => 1})’. And hopefully it will be done securely and reliably.

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

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

sudo dnf -y install perl-Dir-Manifest

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

sudo yum -y install perl-Dir-Manifest

How To Uninstall perl-Dir-Manifest on Fedora 36

To uninstall only the perl-Dir-Manifest package we can use the following command:

sudo dnf remove perl-Dir-Manifest

perl-Dir-Manifest Package Contents on Fedora 36

/usr/share/doc/perl-Dir-Manifest
/usr/share/doc/perl-Dir-Manifest/Changes
/usr/share/doc/perl-Dir-Manifest/README
/usr/share/licenses/perl-Dir-Manifest
/usr/share/licenses/perl-Dir-Manifest/LICENSE
/usr/share/man/man3/Dir::Manifest.3pm.gz
/usr/share/man/man3/Dir::Manifest::Key.3pm.gz
/usr/share/man/man3/Dir::Manifest::Slurp.3pm.gz
/usr/share/perl5/vendor_perl/Dir
/usr/share/perl5/vendor_perl/Dir/Manifest
/usr/share/perl5/vendor_perl/Dir/Manifest.pm
/usr/share/perl5/vendor_perl/Dir/Manifest/Key.pm
/usr/share/perl5/vendor_perl/Dir/Manifest/Slurp.pm

References

Summary

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