How To Install perl-POSIX-2008 on Fedora 36

In this tutorial we learn how to install perl-POSIX-2008 in Fedora 36. perl-POSIX-2008 is Perl interface to POSIX.1-2008

Introduction

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

What is perl-POSIX-2008

POSIX POSIX.1-2008 that the core POSIX Perl module withholds or implements differently.

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

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

sudo dnf -y install perl-POSIX-2008

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

sudo yum -y install perl-POSIX-2008

How To Uninstall perl-POSIX-2008 on Fedora 36

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

sudo dnf remove perl-POSIX-2008

perl-POSIX-2008 Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/c2
/usr/lib/.build-id/c2/951e77e4d1349d663909c75001f2a23888353c
/usr/lib64/perl5/vendor_perl/POSIX
/usr/lib64/perl5/vendor_perl/POSIX/2008.pm
/usr/lib64/perl5/vendor_perl/POSIX/2008.pod
/usr/lib64/perl5/vendor_perl/auto/POSIX
/usr/lib64/perl5/vendor_perl/auto/POSIX/2008
/usr/lib64/perl5/vendor_perl/auto/POSIX/2008/2008.so
/usr/share/doc/perl-POSIX-2008
/usr/share/doc/perl-POSIX-2008/Changes
/usr/share/doc/perl-POSIX-2008/README
/usr/share/licenses/perl-POSIX-2008
/usr/share/licenses/perl-POSIX-2008/COPYING
/usr/share/man/man3/POSIX::2008.3pm.gz

References

Summary

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