How to Install and Uninstall php-pear-math-biginteger.noarch Package on Fedora 34

Last updated: October 05,2024

1. Install "php-pear-math-biginteger.noarch" package

Please follow the guidelines below to install php-pear-math-biginteger.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install php-pear-math-biginteger.noarch

2. Uninstall "php-pear-math-biginteger.noarch" package

Please follow the guidance below to uninstall php-pear-math-biginteger.noarch on Fedora 34:

$ sudo dnf remove php-pear-math-biginteger.noarch $ sudo dnf autoremove

3. Information about the php-pear-math-biginteger.noarch package on Fedora 34

Last metadata expiration check: 2:38:43 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : php-pear-math-biginteger
Version : 1.0.3
Release : 11.fc34
Architecture : noarch
Size : 33 k
Source : php-pear-math-biginteger-1.0.3-11.fc34.src.rpm
Repository : fedora
Summary : Pure-PHP arbitrary precision integer arithmetic library
URL : http://pear.php.net/package/Math_BigInteger
License : MIT
Description : Supports base-2, base-10, base-16, and base-256 numbers. Uses the GMP or
: BCMath extensions, if available, and an internal implementation, otherwise.