How To Install perl-String-Dirify on Fedora 36

In this tutorial we learn how to install perl-String-Dirify in Fedora 36. perl-String-Dirify is Convert a string into a directory name

Introduction

In this tutorial we learn how to install perl-String-Dirify on Fedora 36.

What is perl-String-Dirify

This module allows you to convert a string (possibly containing high ASCII characters, and even HTML) into another, lower-cased, string which can be used as a directory name.

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

Install perl-String-Dirify 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-String-Dirify using dnf by running the following command:

sudo dnf -y install perl-String-Dirify

Install perl-String-Dirify 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-String-Dirify using yum by running the following command:

sudo yum -y install perl-String-Dirify

How To Uninstall perl-String-Dirify on Fedora 36

To uninstall only the perl-String-Dirify package we can use the following command:

sudo dnf remove perl-String-Dirify

perl-String-Dirify Package Contents on Fedora 36

/usr/share/doc/perl-String-Dirify
/usr/share/doc/perl-String-Dirify/Changes
/usr/share/doc/perl-String-Dirify/README
/usr/share/licenses/perl-String-Dirify
/usr/share/licenses/perl-String-Dirify/LICENSE
/usr/share/man/man3/String::Dirify.3pm.gz
/usr/share/perl5/vendor_perl/String
/usr/share/perl5/vendor_perl/String/Dirify.pm

References

Summary

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