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

Last updated: September 21,2024

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

In this section, we are going to explain the necessary steps to install perl-Test-Directory.noarch on Fedora 34

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

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

This guide let you learn how to uninstall perl-Test-Directory.noarch on Fedora 34:

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

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

Last metadata expiration check: 1:54:33 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : perl-Test-Directory
Version : 0.051
Release : 5.fc34
Architecture : noarch
Size : 17 k
Source : perl-Test-Directory-0.051-5.fc34.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.