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

Last updated: May 13,2024

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

Please follow the step by step instructions below to install php-pear-math-biginteger.noarch on Fedora 35

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

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

In this section, we are going to explain the necessary steps to uninstall php-pear-math-biginteger.noarch on Fedora 35:

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

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

Last metadata expiration check: 2:20:28 ago on Wed Sep 7 14:25:02 2022.
Available Packages
Name : php-pear-math-biginteger
Version : 1.0.3
Release : 12.fc35
Architecture : noarch
Size : 33 k
Source : php-pear-math-biginteger-1.0.3-12.fc35.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.