How To Install perl-blib on Fedora 36
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.
After updating yum database, We can install perl-blib
using dnf
by running the following command:
Install perl-blib on Fedora 36 Using yum
Update yum database with yum
using the following command.
After updating yum database, We can install perl-blib
using yum
by running the following command:
How To Uninstall perl-blib on Fedora 36
To uninstall only the perl-blib
package we can use the following command:
perl-blib Package Contents on Fedora 36
References
Summary
In this tutorial we learn how to install perl-blib
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).