How To Install perl-Math-Int64 on Fedora 36

In this tutorial we learn how to install perl-Math-Int64 in Fedora 36. perl-Math-Int64 is Manipulate 64 bits integers in Perl

Introduction

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

What is perl-Math-Int64

This module adds support for 64 bit integers, signed and unsigned, to Perl.

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

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

sudo dnf -y install perl-Math-Int64

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

sudo yum -y install perl-Math-Int64

How To Uninstall perl-Math-Int64 on Fedora 36

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

sudo dnf remove perl-Math-Int64

perl-Math-Int64 Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/3b
/usr/lib/.build-id/3b/4c224d805f4a98eb7326d69a9c60578b6d59ad
/usr/lib64/perl5/vendor_perl/Math
/usr/lib64/perl5/vendor_perl/Math/Int64
/usr/lib64/perl5/vendor_perl/Math/Int64.pm
/usr/lib64/perl5/vendor_perl/Math/Int64/die_on_overflow.pm
/usr/lib64/perl5/vendor_perl/Math/Int64/native_if_available.pm
/usr/lib64/perl5/vendor_perl/Math/UInt64.pm
/usr/lib64/perl5/vendor_perl/auto/Math
/usr/lib64/perl5/vendor_perl/auto/Math/Int64
/usr/lib64/perl5/vendor_perl/auto/Math/Int64/Int64.so
/usr/share/doc/perl-Math-Int64
/usr/share/doc/perl-Math-Int64/Changes
/usr/share/doc/perl-Math-Int64/README.md
/usr/share/doc/perl-Math-Int64/examples
/usr/share/doc/perl-Math-Int64/examples/rand64.pl
/usr/share/licenses/perl-Math-Int64
/usr/share/licenses/perl-Math-Int64/COPYING
/usr/share/man/man3/Math::Int64.3pm.gz
/usr/share/man/man3/Math::Int64::die_on_overflow.3pm.gz
/usr/share/man/man3/Math::Int64::native_if_available.3pm.gz
/usr/share/man/man3/Math::UInt64.3pm.gz

References

Summary

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