How To Install perl-POSIX-strptime on Fedora 36

In this tutorial we learn how to install perl-POSIX-strptime in Fedora 36. perl-POSIX-strptime is Perl extension to the POSIX date parsing strptime(3) function

Introduction

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

What is perl-POSIX-strptime

Perl interface to strptime(3).

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

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

sudo dnf -y install perl-POSIX-strptime

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

sudo yum -y install perl-POSIX-strptime

How To Uninstall perl-POSIX-strptime on Fedora 36

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

sudo dnf remove perl-POSIX-strptime

perl-POSIX-strptime Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/ad
/usr/lib/.build-id/ad/a0c5b33737a9b899ee1b151d857fce4c76e880
/usr/lib64/perl5/vendor_perl/POSIX
/usr/lib64/perl5/vendor_perl/POSIX/strptime.pm
/usr/lib64/perl5/vendor_perl/auto/POSIX
/usr/lib64/perl5/vendor_perl/auto/POSIX/strptime
/usr/lib64/perl5/vendor_perl/auto/POSIX/strptime/strptime.so
/usr/share/doc/perl-POSIX-strptime
/usr/share/doc/perl-POSIX-strptime/Changes
/usr/share/man/man3/POSIX::strptime.3pm.gz

References

Summary

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