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

Last updated: September 30,2024

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

Please follow the step by step instructions below to install perl-Hash-Flatten.noarch on Fedora 34

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

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

This is a short guide on how to uninstall perl-Hash-Flatten.noarch on Fedora 34:

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

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

Last metadata expiration check: 1:17:45 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : perl-Hash-Flatten
Version : 1.19
Release : 30.fc34
Architecture : noarch
Size : 23 k
Source : perl-Hash-Flatten-1.19-30.fc34.src.rpm
Repository : fedora
Summary : Flatten/unflatten complex data hashes
URL : https://metacpan.org/release/Hash-Flatten
License : GPLv2
Description : Converts back and forth between a nested hash structure and a flat hash of
: delimited key-value pairs. Useful for protocols that only support key-value
: pairs (such as CGI and DBMs).