How to Install and Uninstall perl-Hash-Case.noarch Package on Fedora 34

Last updated: October 05,2024

1. Install "perl-Hash-Case.noarch" package

Here is a brief guide to show you how to install perl-Hash-Case.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install perl-Hash-Case.noarch

2. Uninstall "perl-Hash-Case.noarch" package

Please follow the guidelines below to uninstall perl-Hash-Case.noarch on Fedora 34:

$ sudo dnf remove perl-Hash-Case.noarch $ sudo dnf autoremove

3. Information about the perl-Hash-Case.noarch package on Fedora 34

Last metadata expiration check: 1:03:14 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : perl-Hash-Case
Version : 1.50.0
Release : 4.fc34
Architecture : noarch
Size : 24 k
Source : perl-Hash-Case-1.50.0-4.fc34.src.rpm
Repository : fedora
Summary : Base class for hashes with key-casing requirements
URL : https://metacpan.org/release/Hash-Case
License : GPL+ or Artistic
Description : Hash::Case is the base class for various classes which tie special treatment
: for the casing of keys. Be aware of the differences in implementation: Lower
: and Upper are tied native hashes: these hashes have no need for hidden fields
: or other assisting data structured. A case Preserve hash will actually create
: three hashes.