How To Install perl-Test-Dir on Fedora 36

In this tutorial we learn how to install perl-Test-Dir in Fedora 36. perl-Test-Dir is Some simple tests on directories and folders

Introduction

In this tutorial we learn how to install perl-Test-Dir on Fedora 36.

What is perl-Test-Dir

This modules provides a collection of test utilities for directory and folder attributes. Use it in combination with Test

We can use yum or dnf to install perl-Test-Dir on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-Test-Dir.

Install perl-Test-Dir on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install perl-Test-Dir using dnf by running the following command:

sudo dnf -y install perl-Test-Dir

Install perl-Test-Dir on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install perl-Test-Dir using yum by running the following command:

sudo yum -y install perl-Test-Dir

How To Uninstall perl-Test-Dir on Fedora 36

To uninstall only the perl-Test-Dir package we can use the following command:

sudo dnf remove perl-Test-Dir

perl-Test-Dir Package Contents on Fedora 36

/usr/share/doc/perl-Test-Dir
/usr/share/doc/perl-Test-Dir/Changes
/usr/share/doc/perl-Test-Dir/README
/usr/share/man/man3/Test::Dir.3pm.gz
/usr/share/man/man3/Test::Dir::Base.3pm.gz
/usr/share/man/man3/Test::Folder.3pm.gz
/usr/share/perl5/vendor_perl/Test
/usr/share/perl5/vendor_perl/Test/Dir
/usr/share/perl5/vendor_perl/Test/Dir.pm
/usr/share/perl5/vendor_perl/Test/Dir/Base.pm
/usr/share/perl5/vendor_perl/Test/Folder.pm

References

Summary

In this tutorial we learn how to install perl-Test-Dir on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).