How To Install perl-Directory-Scratch-Structured on Fedora 36

In this tutorial we learn how to install perl-Directory-Scratch-Structured in Fedora 36. perl-Directory-Scratch-Structured is Creates temporary files and directories from a structured description

Introduction

In this tutorial we learn how to install perl-Directory-Scratch-Structured on Fedora 36.

What is perl-Directory-Scratch-Structured

This module adds a create_structured_tree subroutine to Directory This method is useful to create a directory structure needed for temporary purposes, e.g. for testing.

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

Install perl-Directory-Scratch-Structured 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-Directory-Scratch-Structured using dnf by running the following command:

sudo dnf -y install perl-Directory-Scratch-Structured

Install perl-Directory-Scratch-Structured 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-Directory-Scratch-Structured using yum by running the following command:

sudo yum -y install perl-Directory-Scratch-Structured

How To Uninstall perl-Directory-Scratch-Structured on Fedora 36

To uninstall only the perl-Directory-Scratch-Structured package we can use the following command:

sudo dnf remove perl-Directory-Scratch-Structured

perl-Directory-Scratch-Structured Package Contents on Fedora 36

/usr/share/doc/perl-Directory-Scratch-Structured
/usr/share/doc/perl-Directory-Scratch-Structured/Changes
/usr/share/doc/perl-Directory-Scratch-Structured/README
/usr/share/man/man3/Directory::Scratch::Structured.3pm.gz
/usr/share/perl5/vendor_perl/Directory
/usr/share/perl5/vendor_perl/Directory/Scratch
/usr/share/perl5/vendor_perl/Directory/Scratch/Structured.pm

References

Summary

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