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

Last updated: January 12,2025

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

Please follow the steps below to install perl-Test-Directory.noarch on Fedora 38

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

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

Please follow the guidance below to uninstall perl-Test-Directory.noarch on Fedora 38:

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

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

Last metadata expiration check: 2:48:33 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : perl-Test-Directory
Version : 0.052
Release : 1.fc38
Architecture : noarch
Size : 17 k
Source : perl-Test-Directory-0.052-1.fc38.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.