How To Install perl-AppConfig on Fedora 36

In this tutorial we learn how to install perl-AppConfig in Fedora 36. perl-AppConfig is Perl module for reading configuration files

Introduction

In this tutorial we learn how to install perl-AppConfig on Fedora 36.

What is perl-AppConfig

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 develop the functionality of this package and its features will automatically become available through AppConfig.

We can use yum or dnf to install perl-AppConfig on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-AppConfig.

Install perl-AppConfig on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install perl-AppConfig using dnf by running the following command:

sudo dnf -y install perl-AppConfig

Install perl-AppConfig on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install perl-AppConfig using yum by running the following command:

sudo yum -y install perl-AppConfig

How To Uninstall perl-AppConfig on Fedora 36

To uninstall only the perl-AppConfig package we can use the following command:

sudo dnf remove perl-AppConfig

perl-AppConfig Package Contents on Fedora 36

/usr/share/doc/perl-AppConfig
/usr/share/doc/perl-AppConfig/Changes
/usr/share/doc/perl-AppConfig/README
/usr/share/doc/perl-AppConfig/TODO
/usr/share/licenses/perl-AppConfig
/usr/share/licenses/perl-AppConfig/LICENSE
/usr/share/man/man3/AppConfig.3pm.gz
/usr/share/man/man3/AppConfig::Args.3pm.gz
/usr/share/man/man3/AppConfig::CGI.3pm.gz
/usr/share/man/man3/AppConfig::File.3pm.gz
/usr/share/man/man3/AppConfig::Getopt.3pm.gz
/usr/share/man/man3/AppConfig::State.3pm.gz
/usr/share/man/man3/AppConfig::Sys.3pm.gz
/usr/share/perl5/vendor_perl/AppConfig
/usr/share/perl5/vendor_perl/AppConfig.pm
/usr/share/perl5/vendor_perl/AppConfig/Args.pm
/usr/share/perl5/vendor_perl/AppConfig/CGI.pm
/usr/share/perl5/vendor_perl/AppConfig/File.pm
/usr/share/perl5/vendor_perl/AppConfig/Getopt.pm
/usr/share/perl5/vendor_perl/AppConfig/State.pm
/usr/share/perl5/vendor_perl/AppConfig/Sys.pm

References

Summary

In this tutorial we learn how to install perl-AppConfig on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).