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

Last updated: May 05,2024

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

This guide let you learn how to install perl-Test-Directory.noarch on Fedora 35

$ 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 35:

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

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

Last metadata expiration check: 4:32:00 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : perl-Test-Directory
Version : 0.051
Release : 7.fc35
Architecture : noarch
Size : 17 k
Source : perl-Test-Directory-0.051-7.fc35.src.rpm
Repository : fedora
Summary : Perl extension for maintaining test directories
URL : https://metacpan.org/release/Test-Directory
License : GPL+ or Artistic
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.