How To Install ghc-numbers on Fedora 36
Introduction
In this tutorial we learn how to install ghc-numbers
on Fedora 36.
What is ghc-numbers
Instances of the numerical classes for a variety of different numbers (computable) real numbers, arbitrary precision fixed numbers, arbitrary precision floating point numbers, differentiable numbers, symbolic numbers, natural numbers, interval arithmetic.
We can use yum
or dnf
to install ghc-numbers
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ghc-numbers.
Install ghc-numbers on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install ghc-numbers
using dnf
by running the following command:
sudo dnf -y install ghc-numbers
Install ghc-numbers on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install ghc-numbers
using yum
by running the following command:
sudo yum -y install ghc-numbers
How To Uninstall ghc-numbers on Fedora 36
To uninstall only the ghc-numbers
package we can use the following command:
sudo dnf remove ghc-numbers
ghc-numbers Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/5b
/usr/lib/.build-id/5b/e1dfb96bd97c7efd13df8c1347ddc1c7e35d2c
/usr/lib64/libHSnumbers-3000.2.0.2-CTd0S70CiYO4YN14jr3mMT-ghc8.10.5.so
/usr/share/licenses/ghc-numbers
/usr/share/licenses/ghc-numbers/LICENSE
References
Summary
In this tutorial we learn how to install ghc-numbers
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).