How To Install perl-Config-ApacheFormat on Fedora 36
Introduction
In this tutorial we learn how to install perl-Config-ApacheFormat on Fedora 36.
What is perl-Config-ApacheFormat
This Perl module is designed to parse a configuration file in the same syntax used by the Apache web server (see <http This enables you to build applications which can be easily managed by experienced Apache administrators. Also, by using this module, you’ll benefit from the support for nested blocks with built-in parameter inheritance. This can greatly reduce the amount or repeated information in your configuration files.
We can use yum or dnf to install perl-Config-ApacheFormat on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-Config-ApacheFormat.
Install perl-Config-ApacheFormat 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-Config-ApacheFormat using dnf by running the following command:
sudo dnf -y install perl-Config-ApacheFormat
Install perl-Config-ApacheFormat 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-Config-ApacheFormat using yum by running the following command:
sudo yum -y install perl-Config-ApacheFormat
How To Uninstall perl-Config-ApacheFormat on Fedora 36
To uninstall only the perl-Config-ApacheFormat package we can use the following command:
sudo dnf remove perl-Config-ApacheFormat
perl-Config-ApacheFormat Package Contents on Fedora 36
/usr/share/doc/perl-Config-ApacheFormat
/usr/share/doc/perl-Config-ApacheFormat/Changes
/usr/share/doc/perl-Config-ApacheFormat/README
/usr/share/man/man3/Config::ApacheFormat.3pm.gz
/usr/share/perl5/vendor_perl/Config
/usr/share/perl5/vendor_perl/Config/ApacheFormat.pm
References
Summary
In this tutorial we learn how to install perl-Config-ApacheFormat on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).