How to Install and Uninstall perl-Test-Manifest.noarch Package on CentOS Stream 8

Last updated: May 21,2024

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

Please follow the guidance below to install perl-Test-Manifest.noarch on CentOS Stream 8

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

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

In this section, we are going to explain the necessary steps to uninstall perl-Test-Manifest.noarch on CentOS Stream 8:

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

3. Information about the perl-Test-Manifest.noarch package on CentOS Stream 8

Last metadata expiration check: 4:38:54 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : perl-Test-Manifest
Version : 2.021
Release : 6.el8
Architecture : noarch
Size : 27 k
Source : perl-Test-Manifest-2.021-6.el8.src.rpm
Repository : epel
Summary : Test case module for Perl
URL : https://metacpan.org/release/Test-Manifest
License : Artistic 2.0
Description : MakeMaker assumes that you want to run all of the .t files in the t/ directory
: in ascii-betical order during make test unless you say otherwise. This leads to
: some interesting naming schemes for test files to get them in the desired
: order.
:
: You can specify any order or any files that you like, though, with the test
: directive to WriteMakefile.
:
: Test::Manifest looks in the t/test_manifest file to find out which tests you
: want to run and the order in which you want to run them. It constructs the
: right value for MakeMaker to do the right thing.