How To Install perl-lib on Fedora 36

In this tutorial we learn how to install perl-lib in Fedora 36. perl-lib is Manipulate @INC at compile time

Introduction

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

What is perl-lib

This module simplifies the manipulation of @INC at compile time.

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

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

sudo dnf -y install perl-lib

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

sudo yum -y install perl-lib

How To Uninstall perl-lib on Fedora 36

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

sudo dnf remove perl-lib

perl-lib Package Contents on Fedora 36

/usr/lib64/perl5/lib.pm
/usr/share/man/man3/lib.3pm.gz

References

Summary

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