How to Install and Uninstall perl-Config-Std.noarch Package on CentOS Stream 9

Last updated: June 21,2024

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

This guide covers the steps necessary to install perl-Config-Std.noarch on CentOS Stream 9

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

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

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

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

3. Information about the perl-Config-Std.noarch package on CentOS Stream 9

Last metadata expiration check: 0:40:14 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : perl-Config-Std
Version : 0.903
Release : 13.el9
Architecture : noarch
Size : 35 k
Source : perl-Config-Std-0.903-13.el9.src.rpm
Repository : epel
Summary : Perl module to load and save configuration files in a standard format
URL : https://metacpan.org/release/Config-Std
License : GPL+ or Artistic
Description : A perl module to load and save configuration files in a standard format.
: The configuration language is deliberately simple and limited, and the
: module works hard to preserve as much information (section order, comments
: etc.) as possible when a configuration file is updated.