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

Last updated: October 06,2024

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

This guide let you learn how to install perl-Dir-Manifest.noarch on Fedora 35

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

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

This tutorial shows how to uninstall perl-Dir-Manifest.noarch on Fedora 35:

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

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

Last metadata expiration check: 0:09:13 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : perl-Dir-Manifest
Version : 0.6.1
Release : 7.fc35
Architecture : noarch
Size : 27 k
Source : perl-Dir-Manifest-0.6.1-7.fc35.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.