How to Install and Uninstall perl-Math-BigInt-GMP Package on openSUSE Leap

Last updated: April 30,2024

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

Please follow the steps below to install perl-Math-BigInt-GMP on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install perl-Math-BigInt-GMP

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

Please follow the steps below to uninstall perl-Math-BigInt-GMP on openSUSE Leap:

$ sudo zypper remove perl-Math-BigInt-GMP

3. Information about the perl-Math-BigInt-GMP package on openSUSE Leap

Information for package perl-Math-BigInt-GMP:
---------------------------------------------
Repository : Main Repository
Name : perl-Math-BigInt-GMP
Version : 1.6011-bp155.1.5
Arch : x86_64
Vendor : openSUSE
Installed Size : 66.8 KiB
Installed : No
Status : not installed
Source package : perl-Math-BigInt-GMP-1.6011-bp155.1.5.src
Upstream URL : https://metacpan.org/release/Math-BigInt-GMP
Summary : Backend library for Math::BigInt etc. based on GMP
Description :
Math::BigInt::GMP is a replacement library for Math::BigInt::Calc that
reimplements some of the Math::BigInt::Calc functions in XS. It can be used
via:
use Math::BigInt lib => 'GMP';
This package contains a replacement (drop-in) module for Math::BigInt's core,
Math::BigInt::Calc.pm.