How To Install perl-Unicode-Casing on Fedora 36

In this tutorial we learn how to install perl-Unicode-Casing in Fedora 36. perl-Unicode-Casing is Perl extension to override system case changing functions

Introduction

In this tutorial we learn how to install perl-Unicode-Casing on Fedora 36.

What is perl-Unicode-Casing

This module allows overriding the system-defined character case changing functions. Any time something in its lexical scope would ordinarily call lc(), lcfirst(), uc(), or ucfirst() the corresponding user-specified function will instead be called. This applies to direct calls, and indirect calls via the \L, \l, \U, and \u escapes in double quoted strings and regular expressions.

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

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

sudo dnf -y install perl-Unicode-Casing

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

sudo yum -y install perl-Unicode-Casing

How To Uninstall perl-Unicode-Casing on Fedora 36

To uninstall only the perl-Unicode-Casing package we can use the following command:

sudo dnf remove perl-Unicode-Casing

perl-Unicode-Casing Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/45
/usr/lib/.build-id/45/f328b93dd5e78e53e10b48d9fd4638f77f1fbe
/usr/lib64/perl5/vendor_perl/Unicode
/usr/lib64/perl5/vendor_perl/Unicode/Casing.pm
/usr/lib64/perl5/vendor_perl/auto/Unicode
/usr/lib64/perl5/vendor_perl/auto/Unicode/Casing
/usr/lib64/perl5/vendor_perl/auto/Unicode/Casing/Casing.so
/usr/share/doc/perl-Unicode-Casing
/usr/share/doc/perl-Unicode-Casing/Changes
/usr/share/doc/perl-Unicode-Casing/README
/usr/share/man/man3/Unicode::Casing.3pm.gz

References

Summary

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