How To Install perl-blib on Fedora 36

In this tutorial we learn how to install perl-blib in Fedora 36. perl-blib is Use uninstalled version of a package

Introduction

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

What is perl-blib

This module looks for MakeMaker-like “blib” directory structure starting in given or current directory and working back up to five levels of directories. It is intended for use on command line with -M option as a way of testing arbitrary scripts against an uninstalled version of a package.

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

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

sudo dnf -y install perl-blib

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

sudo yum -y install perl-blib

How To Uninstall perl-blib on Fedora 36

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

sudo dnf remove perl-blib

perl-blib Package Contents on Fedora 36

/usr/share/man/man3/blib.3pm.gz
/usr/share/perl5/blib.pm

References

Summary

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