How to Install and Uninstall perl-Math-BigInt-GMP Package on openSuSE Tumbleweed

Last updated: June 03,2024

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

Learn how to install perl-Math-BigInt-GMP on openSuSE Tumbleweed

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

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

This guide let you learn how to uninstall perl-Math-BigInt-GMP on openSuSE Tumbleweed:

$ sudo zypper remove perl-Math-BigInt-GMP

3. Information about the perl-Math-BigInt-GMP package on openSuSE Tumbleweed

Information for package perl-Math-BigInt-GMP:
---------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-Math-BigInt-GMP
Version : 1.7000-1.2
Arch : x86_64
Vendor : openSUSE
Installed Size : 70.7 KiB
Installed : No
Status : not installed
Source package : perl-Math-BigInt-GMP-1.7000-1.2.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.