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

Last updated: October 05,2024

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

This guide let you learn how to install perl-Hash-Layout.noarch on Fedora 34

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

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

Please follow the guidance below to uninstall perl-Hash-Layout.noarch on Fedora 34:

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

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

Last metadata expiration check: 4:32:16 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : perl-Hash-Layout
Version : 2.00
Release : 2.fc34
Architecture : noarch
Size : 35 k
Source : perl-Hash-Layout-2.00-2.fc34.src.rpm
Repository : fedora
Summary : Hashes with predefined levels, composite keys and default values
URL : https://metacpan.org/release/Hash-Layout
License : GPL+ or Artistic
Description : Hash::Layout provides deep hashes with a predefined number of levels which
: you can access using special "composite keys". These are essentially string
: paths that inflate into actual hash keys according to the defined levels
: and delimiter mappings, which can be the same or different for each level.
: This is useful both for shorter keys as well as merge/fallback to default
: values, such as when defining overlapping configs ranging from broad to
: narrowing scope.