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

Last updated: October 12,2024

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

Learn how to install perl-Hash-Case.noarch on Fedora 36

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

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

Please follow the steps below to uninstall perl-Hash-Case.noarch on Fedora 36:

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

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

Last metadata expiration check: 4:29:19 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : perl-Hash-Case
Version : 1.50.0
Release : 7.fc36
Architecture : noarch
Size : 24 k
Source : perl-Hash-Case-1.50.0-7.fc36.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.