How To Install perl-Math-Int128 on Fedora 36

In this tutorial we learn how to install perl-Math-Int128 in Fedora 36. perl-Math-Int128 is Manipulate 128-bit integers in Perl

Introduction

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

What is perl-Math-Int128

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

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

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

sudo dnf -y install perl-Math-Int128

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

sudo yum -y install perl-Math-Int128

How To Uninstall perl-Math-Int128 on Fedora 36

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

sudo dnf remove perl-Math-Int128

perl-Math-Int128 Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/a7
/usr/lib/.build-id/a7/701f45e911b6b4da85b2ed13bca2b23090d4e3
/usr/lib64/perl5/vendor_perl/Math
/usr/lib64/perl5/vendor_perl/Math/Int128
/usr/lib64/perl5/vendor_perl/Math/Int128.pm
/usr/lib64/perl5/vendor_perl/Math/Int128/die_on_overflow.pm
/usr/lib64/perl5/vendor_perl/auto/Math
/usr/lib64/perl5/vendor_perl/auto/Math/Int128
/usr/lib64/perl5/vendor_perl/auto/Math/Int128/Int128.so
/usr/share/doc/perl-Math-Int128
/usr/share/doc/perl-Math-Int128/Changes
/usr/share/doc/perl-Math-Int128/README.md
/usr/share/man/man3/Math::Int128.3pm.gz
/usr/share/man/man3/Math::Int128::die_on_overflow.3pm.gz

References

Summary

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