How to Install and Uninstall ghc-math-functions.x86_64 Package on Fedora 39

Last updated: November 29,2024

1. Install "ghc-math-functions.x86_64" package

This tutorial shows how to install ghc-math-functions.x86_64 on Fedora 39

$ sudo dnf update $ sudo dnf install ghc-math-functions.x86_64

2. Uninstall "ghc-math-functions.x86_64" package

This tutorial shows how to uninstall ghc-math-functions.x86_64 on Fedora 39:

$ sudo dnf remove ghc-math-functions.x86_64 $ sudo dnf autoremove

3. Information about the ghc-math-functions.x86_64 package on Fedora 39

Last metadata expiration check: 1:07:18 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : ghc-math-functions
Version : 0.3.4.2
Release : 8.fc39
Architecture : x86_64
Size : 154 k
Source : ghc-math-functions-0.3.4.2-8.fc39.src.rpm
Repository : fedora
Summary : Collection of tools for numeric computations
URL : https://hackage.haskell.org/package/math-functions
License : BSD-2-Clause
Description : This library contain collection of various utilities for numerical computing.
: So far there're special mathematical functions, compensated summation
: algorithm, summation of series, root finding for real functions, polynomial
: summation and Chebyshev polynomials.