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

Last updated: November 25,2024

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

This tutorial shows how to install perl-Hash-Layout.noarch on Fedora 35

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

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

Please follow the guidelines below to uninstall perl-Hash-Layout.noarch on Fedora 35:

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

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

Last metadata expiration check: 0:12:24 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : perl-Hash-Layout
Version : 2.00
Release : 4.fc35
Architecture : noarch
Size : 34 k
Source : perl-Hash-Layout-2.00-4.fc35.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.