How to Install and Uninstall perl-Test-Prereq.noarch Package on Fedora 39

Last updated: October 07,2024

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

Here is a brief guide to show you how to install perl-Test-Prereq.noarch on Fedora 39

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

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

Please follow the steps below to uninstall perl-Test-Prereq.noarch on Fedora 39:

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

3. Information about the perl-Test-Prereq.noarch package on Fedora 39

Last metadata expiration check: 3:17:06 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : perl-Test-Prereq
Version : 2.003
Release : 12.fc39
Architecture : noarch
Size : 23 k
Source : perl-Test-Prereq-2.003-12.fc39.src.rpm
Repository : fedora
Summary : Check if Makefile.PL has the right pre-requisites
URL : https://metacpan.org/release/Test-Prereq
License : Artistic-2.0
Description : The prereq_ok() function examines the modules it finds in blib/lib/,
: blib/script, and the test files it finds in t/ (and test.pl). It figures out
: which modules they use and compares that list of modules to those in the
: PREREQ_PM section of Makefile.PL.
:
: If you use Module::Build, see Test::Prereq::Build instead.