How to Install and Uninstall perl-Hash-Flatten.noarch Package on Oracle Linux 8

Last updated: May 03,2024

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

Here is a brief guide to show you how to install perl-Hash-Flatten.noarch on Oracle Linux 8

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

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

This guide covers the steps necessary to uninstall perl-Hash-Flatten.noarch on Oracle Linux 8:

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

3. Information about the perl-Hash-Flatten.noarch package on Oracle Linux 8

Last metadata expiration check: 5:42:42 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : perl-Hash-Flatten
Version : 1.19
Release : 26.el8
Architecture : noarch
Size : 26 k
Source : perl-Hash-Flatten-1.19-26.el8.src.rpm
Repository : epel
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).