How To Install gap-pkg-radiroot on Fedora 36
Introduction
In this tutorial we learn how to install gap-pkg-radiroot
on Fedora 36.
What is gap-pkg-radiroot
This package can compute and display an expression by radicals for the roots of a solvable, rational polynomial. Related to this it is possible to create the Galois group and the splitting field of a rational polynomial.
We can use yum
or dnf
to install gap-pkg-radiroot
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install gap-pkg-radiroot.
Install gap-pkg-radiroot 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-radiroot
using dnf
by running the following command:
sudo dnf -y install gap-pkg-radiroot
Install gap-pkg-radiroot 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-radiroot
using yum
by running the following command:
sudo yum -y install gap-pkg-radiroot
How To Uninstall gap-pkg-radiroot on Fedora 36
To uninstall only the gap-pkg-radiroot
package we can use the following command:
sudo dnf remove gap-pkg-radiroot
gap-pkg-radiroot Package Contents on Fedora 36
/usr/lib/gap/pkg/radiroot-2.9
/usr/lib/gap/pkg/radiroot-2.9/PackageInfo.g
/usr/lib/gap/pkg/radiroot-2.9/init.g
/usr/lib/gap/pkg/radiroot-2.9/lib
/usr/lib/gap/pkg/radiroot-2.9/lib/Manipulations.gd
/usr/lib/gap/pkg/radiroot-2.9/lib/Manipulations.gi
/usr/lib/gap/pkg/radiroot-2.9/lib/Maple.gd
/usr/lib/gap/pkg/radiroot-2.9/lib/Maple.gi
/usr/lib/gap/pkg/radiroot-2.9/lib/Radicals.gd
/usr/lib/gap/pkg/radiroot-2.9/lib/Radicals.gi
/usr/lib/gap/pkg/radiroot-2.9/lib/SplittField.gd
/usr/lib/gap/pkg/radiroot-2.9/lib/SplittField.gi
/usr/lib/gap/pkg/radiroot-2.9/lib/Strings.gd
/usr/lib/gap/pkg/radiroot-2.9/lib/Strings.gi
/usr/lib/gap/pkg/radiroot-2.9/read.g
/usr/lib/gap/pkg/radiroot-2.9/tst
/usr/lib/gap/pkg/radiroot-2.9/tst/docexmpl.tst
/usr/lib/gap/pkg/radiroot-2.9/tst/testall.g
/usr/lib/gap/pkg/radiroot-2.9/tst/trivial.tst
/usr/share/doc/gap-pkg-radiroot
/usr/share/doc/gap-pkg-radiroot/CHANGES
/usr/share/doc/gap-pkg-radiroot/README
/usr/share/licenses/gap-pkg-radiroot
/usr/share/licenses/gap-pkg-radiroot/LICENSE
References
Summary
In this tutorial we learn how to install gap-pkg-radiroot
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).