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

Last updated: October 11,2024

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

Please follow the instructions below to install perl-Test-Lib.noarch on Fedora 39

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

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

This guide covers the steps necessary to uninstall perl-Test-Lib.noarch on Fedora 39:

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

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

Last metadata expiration check: 4:08:43 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : perl-Test-Lib
Version : 0.003
Release : 5.fc39
Architecture : noarch
Size : 11 k
Source : perl-Test-Lib-0.003-5.fc39.src.rpm
Repository : fedora
Summary : Use libraries from a t/lib directory
URL : https://metacpan.org/release/Test-Lib
License : GPL+ or Artistic
Description : Searches upward from the calling module for a directory t with a lib
: directory inside it, and adds it to the module search path. Looks upward up
: to 5 directories. This is intended to be used in test modules either
: directly in t or in a sub-directory to find their included testing libraries
: located in t/lib.