How To Install gap-pkg-float on Fedora 36
Introduction
In this tutorial we learn how to install gap-pkg-float
on Fedora 36.
What is gap-pkg-float
This package implements floating-point numbers within GAP, with arbitrary precision, based on the C libraries FPLLL, MPFR, MPFI, MPC and CXSC.
We can use yum
or dnf
to install gap-pkg-float
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install gap-pkg-float.
Install gap-pkg-float 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 gap-pkg-float
using dnf
by running the following command:
sudo dnf -y install gap-pkg-float
Install gap-pkg-float 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 gap-pkg-float
using yum
by running the following command:
sudo yum -y install gap-pkg-float
How To Uninstall gap-pkg-float on Fedora 36
To uninstall only the gap-pkg-float
package we can use the following command:
sudo dnf remove gap-pkg-float
gap-pkg-float Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/fc
/usr/lib/.build-id/fc/5f77aa520b815ed90524d2e9d279ddda672bca
/usr/lib/gap/pkg/float-1.0.3
/usr/lib/gap/pkg/float-1.0.3/PackageInfo.g
/usr/lib/gap/pkg/float-1.0.3/bin
/usr/lib/gap/pkg/float-1.0.3/bin/x86_64-redhat-linux-gnu-default64-kv7
/usr/lib/gap/pkg/float-1.0.3/bin/x86_64-redhat-linux-gnu-default64-kv7/float.so
/usr/lib/gap/pkg/float-1.0.3/init.g
/usr/lib/gap/pkg/float-1.0.3/lib
/usr/lib/gap/pkg/float-1.0.3/lib/cxsc.gi
/usr/lib/gap/pkg/float-1.0.3/lib/float.gd
/usr/lib/gap/pkg/float-1.0.3/lib/fplll.gi
/usr/lib/gap/pkg/float-1.0.3/lib/mpc.gi
/usr/lib/gap/pkg/float-1.0.3/lib/mpfi.gi
/usr/lib/gap/pkg/float-1.0.3/lib/mpfr.gi
/usr/lib/gap/pkg/float-1.0.3/lib/pickle.g
/usr/lib/gap/pkg/float-1.0.3/lib/polynomial.gi
/usr/lib/gap/pkg/float-1.0.3/lib/pslq.gi
/usr/lib/gap/pkg/float-1.0.3/makedoc.g
/usr/lib/gap/pkg/float-1.0.3/read.g
/usr/lib/gap/pkg/float-1.0.3/tst
/usr/lib/gap/pkg/float-1.0.3/tst/arithmetic.tst
/usr/lib/gap/pkg/float-1.0.3/tst/fplll.tst
/usr/lib/gap/pkg/float-1.0.3/tst/polynomials.tst
/usr/lib/gap/pkg/float-1.0.3/tst/testall.g
/usr/share/doc/gap-pkg-float
/usr/share/doc/gap-pkg-float/README.md
/usr/share/doc/gap-pkg-float/THANKS
/usr/share/licenses/gap-pkg-float
/usr/share/licenses/gap-pkg-float/COPYING
References
Summary
In this tutorial we learn how to install gap-pkg-float
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).