How to Install and Uninstall perl-Dir-Manifest.noarch Package on Fedora 34

Last updated: May 18,2024

1. Install "perl-Dir-Manifest.noarch" package

Here is a brief guide to show you how to install perl-Dir-Manifest.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install perl-Dir-Manifest.noarch

2. Uninstall "perl-Dir-Manifest.noarch" package

Here is a brief guide to show you how to uninstall perl-Dir-Manifest.noarch on Fedora 34:

$ sudo dnf remove perl-Dir-Manifest.noarch $ sudo dnf autoremove

3. Information about the perl-Dir-Manifest.noarch package on Fedora 34

Last metadata expiration check: 5:52:32 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : perl-Dir-Manifest
Version : 0.6.1
Release : 5.fc34
Architecture : noarch
Size : 27 k
Source : perl-Dir-Manifest-0.6.1-5.fc34.src.rpm
Repository : fedora
Summary : Load texts or blobs from a directory of files
URL : http://metacpan.org/release/Dir-Manifest
License : MIT
Description : Here is the primary use case: you have several long texts (and/or binary
: blobs) that you wish to load from the code (e.g: for the "want"/expected
: values of tests) and you wish to conveniently edit them, track them and
: maintain them. Using Dir::Manifest you can put each in a
: 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.