How To Install perl-ExtUtils-LibBuilder on Fedora 36

In this tutorial we learn how to install perl-ExtUtils-LibBuilder in Fedora 36. perl-ExtUtils-LibBuilder is Perl library to build C libraries and programs

Introduction

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

What is perl-ExtUtils-LibBuilder

Some Perl modules need to ship C libraries together with their Perl code. Although there are mechanisms to compile and link (or glue) C code in your Perl programs, there was not a clear method to compile standard, self- contained C libraries. This module helps in that task.

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

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

sudo dnf -y install perl-ExtUtils-LibBuilder

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

sudo yum -y install perl-ExtUtils-LibBuilder

How To Uninstall perl-ExtUtils-LibBuilder on Fedora 36

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

sudo dnf remove perl-ExtUtils-LibBuilder

perl-ExtUtils-LibBuilder Package Contents on Fedora 36

/usr/share/doc/perl-ExtUtils-LibBuilder
/usr/share/doc/perl-ExtUtils-LibBuilder/Changes
/usr/share/doc/perl-ExtUtils-LibBuilder/README
/usr/share/man/man3/ExtUtils::LibBuilder.3pm.gz
/usr/share/perl5/vendor_perl/ExtUtils
/usr/share/perl5/vendor_perl/ExtUtils/LibBuilder.pm

References

Summary

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