How to Install and Uninstall perl-Config-IniFiles.noarch Package on Fedora 39

Last updated: January 11,2025

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

Please follow the steps below to install perl-Config-IniFiles.noarch on Fedora 39

$ 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 Fedora 39:

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

3. Information about the perl-Config-IniFiles.noarch package on Fedora 39

Last metadata expiration check: 5:20:30 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : perl-Config-IniFiles
Version : 3.000003
Release : 11.fc39
Architecture : noarch
Size : 59 k
Source : perl-Config-IniFiles-3.000003-11.fc39.src.rpm
Repository : fedora
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.