How To Install perl-AppConfig-Std on Fedora 36

In this tutorial we learn how to install perl-AppConfig-Std in Fedora 36. perl-AppConfig-Std is Provides standard configuration options

Introduction

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

What is perl-AppConfig-Std

AppConfig configuration variables and command-line switches. It is implemented as a subclass of AppConfig; AppConfig provides a general mechanism for handling global configuration variables.

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

Install perl-AppConfig-Std 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-Std using dnf by running the following command:

sudo dnf -y install perl-AppConfig-Std

Install perl-AppConfig-Std 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-Std using yum by running the following command:

sudo yum -y install perl-AppConfig-Std

How To Uninstall perl-AppConfig-Std on Fedora 36

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

sudo dnf remove perl-AppConfig-Std

perl-AppConfig-Std Package Contents on Fedora 36

/usr/share/doc/perl-AppConfig-Std
/usr/share/doc/perl-AppConfig-Std/Changes
/usr/share/doc/perl-AppConfig-Std/README
/usr/share/doc/perl-AppConfig-Std/t
/usr/share/doc/perl-AppConfig-Std/t/basic.t
/usr/share/doc/perl-AppConfig-Std/t/getopt.t
/usr/share/doc/perl-AppConfig-Std/t/getscript.pl
/usr/share/doc/perl-AppConfig-Std/t/testscript.pl
/usr/share/man/man3/AppConfig::Std.3pm.gz
/usr/share/perl5/vendor_perl/AppConfig
/usr/share/perl5/vendor_perl/AppConfig/Std.pm

References

Summary

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