How to Install and Uninstall perl-Math-BigInt-GMP.x86_64 Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: June 29,2024

1. Install "perl-Math-BigInt-GMP.x86_64" package

Please follow the guidance below to install perl-Math-BigInt-GMP.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8)

$ sudo dnf update $ sudo dnf install perl-Math-BigInt-GMP.x86_64

2. Uninstall "perl-Math-BigInt-GMP.x86_64" package

Learn how to uninstall perl-Math-BigInt-GMP.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8):

$ sudo dnf remove perl-Math-BigInt-GMP.x86_64 $ sudo dnf autoremove

3. Information about the perl-Math-BigInt-GMP.x86_64 package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 0:04:01 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : perl-Math-BigInt-GMP
Version : 1.6004
Release : 5.el8
Architecture : x86_64
Size : 40 k
Source : perl-Math-BigInt-GMP-1.6004-5.el8.src.rpm
Repository : epel
Summary : Use the GMP library for Math::BigInt routines
URL : http://search.cpan.org/dist/Math-BigInt-GMP/
License : GPL+ or Artistic
Description : Provides support for big integer calculations by means of the GMP library, as
: a replacement (drop-in) module for Math::BigInt's core, Math::BigInt::Calc.pm.
: Math::BigInt::GMP does not use Math::GMP, but provides its own XS layer to
: access the GMP library. This cuts out another (perl subroutine) layer and
: also reduces the memory footprint by not loading Math::GMP and Carp at all.