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

Last updated: May 17,2024

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

Please follow the steps below to install perl-Config-Any.noarch on Oracle Linux 9

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

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

Please follow the guidance below to uninstall perl-Config-Any.noarch on Oracle Linux 9:

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

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

Last metadata expiration check: 1:52:49 ago on Thu Feb 15 07:50:05 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.