How To Install perl-Devel-CheckCompiler on Fedora 36

In this tutorial we learn how to install perl-Devel-CheckCompiler in Fedora 36. perl-Devel-CheckCompiler is Check the compiler’s availability

Introduction

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

What is perl-Devel-CheckCompiler

Devel

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

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

sudo dnf -y install perl-Devel-CheckCompiler

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

sudo yum -y install perl-Devel-CheckCompiler

How To Uninstall perl-Devel-CheckCompiler on Fedora 36

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

sudo dnf remove perl-Devel-CheckCompiler

perl-Devel-CheckCompiler Package Contents on Fedora 36

/usr/share/doc/perl-Devel-CheckCompiler
/usr/share/doc/perl-Devel-CheckCompiler/Changes
/usr/share/doc/perl-Devel-CheckCompiler/README.md
/usr/share/licenses/perl-Devel-CheckCompiler
/usr/share/licenses/perl-Devel-CheckCompiler/LICENSE
/usr/share/man/man3/Devel::AssertC99.3pm.gz
/usr/share/man/man3/Devel::CheckCompiler.3pm.gz
/usr/share/perl5/vendor_perl/Devel
/usr/share/perl5/vendor_perl/Devel/AssertC99.pm
/usr/share/perl5/vendor_perl/Devel/CheckCompiler.pm

References

Summary

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