How to Install and Uninstall perl-Config-IniFiles.noarch Package on Rocky Linux 9

Last updated: May 17,2024

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

Please follow the guidelines below to install perl-Config-IniFiles.noarch on Rocky Linux 9

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

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

Please follow the instructions below to uninstall perl-Config-IniFiles.noarch on Rocky Linux 9:

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

3. Information about the perl-Config-IniFiles.noarch package on Rocky Linux 9

Last metadata expiration check: 2:07:03 ago on Fri Feb 16 06:49:52 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.