How to Install and Uninstall perl-Unicode-Casing.x86_64 Package on Fedora 39

Last updated: November 25,2024

1. Install "perl-Unicode-Casing.x86_64" package

This guide covers the steps necessary to install perl-Unicode-Casing.x86_64 on Fedora 39

$ sudo dnf update $ sudo dnf install perl-Unicode-Casing.x86_64

2. Uninstall "perl-Unicode-Casing.x86_64" package

Please follow the step by step instructions below to uninstall perl-Unicode-Casing.x86_64 on Fedora 39:

$ sudo dnf remove perl-Unicode-Casing.x86_64 $ sudo dnf autoremove

3. Information about the perl-Unicode-Casing.x86_64 package on Fedora 39

Last metadata expiration check: 0:21:46 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : perl-Unicode-Casing
Version : 0.16
Release : 24.fc39
Architecture : x86_64
Size : 23 k
Source : perl-Unicode-Casing-0.16-24.fc39.src.rpm
Repository : fedora
Summary : Perl extension to override system case changing functions
URL : https://metacpan.org/release/Unicode-Casing
License : GPL+ or Artistic
Description : 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.