How to Install and Uninstall perl-Config-IniFiles.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 08,2024

1. Install "perl-Config-IniFiles.noarch" package

In this section, we are going to explain the necessary steps to install perl-Config-IniFiles.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install perl-Config-IniFiles.noarch

2. Uninstall "perl-Config-IniFiles.noarch" package

Learn how to uninstall perl-Config-IniFiles.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove perl-Config-IniFiles.noarch $ sudo dnf autoremove

3. Information about the perl-Config-IniFiles.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 0:35:23 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : perl-Config-IniFiles
Version : 3.000003
Release : 6.el9
Architecture : noarch
Size : 61 k
Source : perl-Config-IniFiles-3.000003-6.el9.src.rpm
Repository : epel
Summary : A module for reading .ini-style configuration files
URL : https://metacpan.org/release/Config-IniFiles
License : GPL+ or Artistic
Description : Config::IniFiles provides a way to have readable configuration files
: outside your Perl script. Configurations can be imported (inherited,
: stacked,...), sections can be grouped, and settings can be accessed
: from a tied hash.