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

Last updated: May 20,2024

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

This tutorial shows how to install perl-Config-IniFiles.noarch on Red Hat Enterprise Linux 8 (RHEL 8)

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

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

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

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

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

Last metadata expiration check: 1:58:18 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : perl-Config-IniFiles
Version : 3.000002
Release : 3.el8
Architecture : noarch
Size : 67 k
Source : perl-Config-IniFiles-3.000002-3.el8.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.