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

Last updated: November 25,2024

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

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

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

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

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

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

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

Last metadata expiration check: 0:07:37 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : perl-Test-Directory
Version : 0.052
Release : 2.fc39
Architecture : noarch
Size : 17 k
Source : perl-Test-Directory-0.052-2.fc39.src.rpm
Repository : fedora
Summary : Perl extension for maintaining test directories
URL : https://metacpan.org/release/Test-Directory
License : GPL-1.0-or-later OR Artistic-1.0-Perl
Description : Testing code can involve making sure that files are created and deleted as
: expected. Doing this manually can be error prone, as it's easy to forget a
: file, or miss that some unexpected file was added. This module simplifies
: maintaining test directories by tracking their status as they are modified
: or tested with this API, making it simple to test both individual files, as
: well as to verify that there are no missing or unknown files.