How to Install and Uninstall perl-Config-Any.noarch Package on CentOS Stream 8

Last updated: November 01,2024

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

This tutorial shows how to install perl-Config-Any.noarch on CentOS Stream 8

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

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

Please follow the guidelines below to uninstall perl-Config-Any.noarch on CentOS Stream 8:

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

3. Information about the perl-Config-Any.noarch package on CentOS Stream 8

Last metadata expiration check: 5:23:48 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : perl-Config-Any
Version : 0.32
Release : 10.el8
Architecture : noarch
Size : 45 k
Source : perl-Config-Any-0.32-10.el8.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.