How to Install and Uninstall perl-Config-Any.noarch Package on AlmaLinux 9

Last updated: October 07,2024

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

Please follow the guidelines below to install perl-Config-Any.noarch on AlmaLinux 9

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

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

In this section, we are going to explain the necessary steps to uninstall perl-Config-Any.noarch on AlmaLinux 9:

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

3. Information about the perl-Config-Any.noarch package on AlmaLinux 9

Last metadata expiration check: 2:39:57 ago on Wed Mar 13 07:41:12 2024.
Available Packages
Name : perl-Config-Any
Version : 0.32
Release : 10.el9
Architecture : noarch
Size : 40 k
Source : perl-Config-Any-0.32-10.el9.src.rpm
Repository : epel
Summary : Load configuration from different file formats, transparently
URL : https://metacpan.org/release/Config-Any
License : GPL+ or Artistic
Description : Config::Any provides a facility for Perl applications and libraries to
: load configuration data from multiple different file formats. It supports
: XML, YAML, JSON, Apache-style configuration, Windows INI files, and even
: Perl code.