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

Last updated: December 28,2024

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

Here is a brief guide to show you how to install perl-Config-IniFiles.noarch on Fedora 36

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

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

This guide let you learn how to uninstall perl-Config-IniFiles.noarch on Fedora 36:

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

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

Last metadata expiration check: 4:08:21 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : perl-Config-IniFiles
Version : 3.000003
Release : 7.fc36
Architecture : noarch
Size : 61 k
Source : perl-Config-IniFiles-3.000003-7.fc36.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.