How To Install perl-Config-AutoConf on Fedora 36

In this tutorial we learn how to install perl-Config-AutoConf in Fedora 36. perl-Config-AutoConf is A module to implement some of AutoConf macros in pure Perl

Introduction

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

What is perl-Config-AutoConf

This module simulates some of the tasks autoconf macros do. To detect a command, a library and similar.

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

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

sudo dnf -y install perl-Config-AutoConf

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

sudo yum -y install perl-Config-AutoConf

How To Uninstall perl-Config-AutoConf on Fedora 36

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

sudo dnf remove perl-Config-AutoConf

perl-Config-AutoConf Package Contents on Fedora 36

/usr/share/doc/perl-Config-AutoConf
/usr/share/doc/perl-Config-AutoConf/Changes
/usr/share/doc/perl-Config-AutoConf/README.md
/usr/share/man/man3/Config::AutoConf.3pm.gz
/usr/share/perl5/vendor_perl/Config
/usr/share/perl5/vendor_perl/Config/AutoConf.pm

References

Summary

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