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

Last updated: October 05,2024

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

This tutorial shows how to install perl-Unicode-Casing.x86_64 on Fedora 34

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

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

This guide let you learn how to uninstall perl-Unicode-Casing.x86_64 on Fedora 34:

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

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

Last metadata expiration check: 1:31:35 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : perl-Unicode-Casing
Version : 0.16
Release : 16.fc34
Architecture : x86_64
Size : 23 k
Source : perl-Unicode-Casing-0.16-16.fc34.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.