How To Install perl-POSIX on Fedora 36

In this tutorial we learn how to install perl-POSIX in Fedora 36. perl-POSIX is Perl interface to IEEE Std 1003.1

Introduction

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

What is perl-POSIX

The POSIX module permits you to access all (or nearly all) the standard POSIX 1003.1 identifiers. Many of these identifiers have been given Perl interfaces.

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

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

sudo dnf -y install perl-POSIX

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

sudo yum -y install perl-POSIX

How To Uninstall perl-POSIX on Fedora 36

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

sudo dnf remove perl-POSIX

perl-POSIX Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/54/c6c088427f3ec6bd934f1dbac11facc9e2ef7e
/usr/lib64/perl5/POSIX.pm
/usr/lib64/perl5/POSIX.pod
/usr/lib64/perl5/auto/POSIX
/usr/lib64/perl5/auto/POSIX/POSIX.so
/usr/share/man/man3/POSIX.3pm.gz

References

Summary

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