How To Install perl-Hash-Case on Fedora 36

In this tutorial we learn how to install perl-Hash-Case in Fedora 36. perl-Hash-Case is Base class for hashes with key-casing requirements

Introduction

In this tutorial we learn how to install perl-Hash-Case on Fedora 36.

What is perl-Hash-Case

Hash for the casing of keys. Be aware of the differences in implementation and Upper are tied native hashes or other assisting data structured. A case Preserve hash will actually create three hashes.

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

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

sudo dnf -y install perl-Hash-Case

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

sudo yum -y install perl-Hash-Case

How To Uninstall perl-Hash-Case on Fedora 36

To uninstall only the perl-Hash-Case package we can use the following command:

sudo dnf remove perl-Hash-Case

perl-Hash-Case Package Contents on Fedora 36

/usr/share/doc/perl-Hash-Case
/usr/share/doc/perl-Hash-Case/ChangeLog
/usr/share/doc/perl-Hash-Case/README
/usr/share/man/man3/Hash::Case.3pm.gz
/usr/share/man/man3/Hash::Case::Lower.3pm.gz
/usr/share/man/man3/Hash::Case::Preserve.3pm.gz
/usr/share/man/man3/Hash::Case::Upper.3pm.gz
/usr/share/perl5/vendor_perl/Hash
/usr/share/perl5/vendor_perl/Hash/Case
/usr/share/perl5/vendor_perl/Hash/Case.pm
/usr/share/perl5/vendor_perl/Hash/Case.pod
/usr/share/perl5/vendor_perl/Hash/Case/Lower.pm
/usr/share/perl5/vendor_perl/Hash/Case/Lower.pod
/usr/share/perl5/vendor_perl/Hash/Case/Preserve.pm
/usr/share/perl5/vendor_perl/Hash/Case/Preserve.pod
/usr/share/perl5/vendor_perl/Hash/Case/Upper.pm
/usr/share/perl5/vendor_perl/Hash/Case/Upper.pod

References

Summary

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