How to Install and Uninstall perl-AppConfig.noarch Package on Oracle Linux 8

Last updated: October 06,2024

1. Install "perl-AppConfig.noarch" package

Learn how to install perl-AppConfig.noarch on Oracle Linux 8

$ sudo dnf update $ sudo dnf install perl-AppConfig.noarch

2. Uninstall "perl-AppConfig.noarch" package

In this section, we are going to explain the necessary steps to uninstall perl-AppConfig.noarch on Oracle Linux 8:

$ sudo dnf remove perl-AppConfig.noarch $ sudo dnf autoremove

3. Information about the perl-AppConfig.noarch package on Oracle Linux 8

Last metadata expiration check: 3:34:07 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : perl-AppConfig
Version : 1.71
Release : 16.el8
Architecture : noarch
Size : 87 k
Source : perl-AppConfig-1.71-16.el8.src.rpm
Repository : epel
Summary : Perl module for reading configuration files
URL : https://metacpan.org/release/AppConfig
License : GPL+ or Artistic
Description : AppConfig has a powerful but easy to use module for parsing
: configuration files. It also has a simple and efficient module for
: parsing command line arguments. For fully-featured command line
: parsing, a module is provided for interfacing AppConfig to Johan
: Vromans' extensive Getopt::Long module. Johan will continue to
: develop the functionality of this package and its features will
: automatically become available through AppConfig.