How To Install perl-Errno on Fedora 36

In this tutorial we learn how to install perl-Errno in Fedora 36. perl-Errno is System errno constants

Introduction

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

What is perl-Errno

“Errno” defines and conditionally exports all the error constants defined in your system “errno.h” include file. It has a single export tag, " which will export all POSIX defined error numbers.

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

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

sudo dnf -y install perl-Errno

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

sudo yum -y install perl-Errno

How To Uninstall perl-Errno on Fedora 36

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

sudo dnf remove perl-Errno

perl-Errno Package Contents on Fedora 36

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

References

Summary

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