How To Install gap-pkg-fr on Fedora 36
Introduction
In this tutorial we learn how to install gap-pkg-fr
on Fedora 36.
What is gap-pkg-fr
This package implements Functionally Recursive and Mealy automata in GAP. These objects can be manipulated as group elements, and various specific commands allow their manipulation as automorphisms of infinite rooted trees. Permutation quotients can also be created and manipulated as standard GAP groups or semigroups.
We can use yum
or dnf
to install gap-pkg-fr
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install gap-pkg-fr.
Install gap-pkg-fr 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-fr
using dnf
by running the following command:
sudo dnf -y install gap-pkg-fr
Install gap-pkg-fr 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-fr
using yum
by running the following command:
sudo yum -y install gap-pkg-fr
How To Uninstall gap-pkg-fr on Fedora 36
To uninstall only the gap-pkg-fr
package we can use the following command:
sudo dnf remove gap-pkg-fr
gap-pkg-fr Package Contents on Fedora 36
/usr/lib/gap/pkg/fr-2.4.8
/usr/lib/gap/pkg/fr-2.4.8/PackageInfo.g
/usr/lib/gap/pkg/fr-2.4.8/gap
/usr/lib/gap/pkg/fr-2.4.8/gap/algebra.gd
/usr/lib/gap/pkg/fr-2.4.8/gap/algebra.gi
/usr/lib/gap/pkg/fr-2.4.8/gap/bisets.gd
/usr/lib/gap/pkg/fr-2.4.8/gap/bisets.gi
/usr/lib/gap/pkg/fr-2.4.8/gap/cp.gd
/usr/lib/gap/pkg/fr-2.4.8/gap/cp.gi
/usr/lib/gap/pkg/fr-2.4.8/gap/examples.gd
/usr/lib/gap/pkg/fr-2.4.8/gap/examples.gi
/usr/lib/gap/pkg/fr-2.4.8/gap/frelement.gd
/usr/lib/gap/pkg/fr-2.4.8/gap/frelement.gi
/usr/lib/gap/pkg/fr-2.4.8/gap/frmachine.gd
/usr/lib/gap/pkg/fr-2.4.8/gap/frmachine.gi
/usr/lib/gap/pkg/fr-2.4.8/gap/group.gd
/usr/lib/gap/pkg/fr-2.4.8/gap/group.gi
/usr/lib/gap/pkg/fr-2.4.8/gap/helpers.gd
/usr/lib/gap/pkg/fr-2.4.8/gap/helpers.gi
/usr/lib/gap/pkg/fr-2.4.8/gap/linear-gbnp.gi
/usr/lib/gap/pkg/fr-2.4.8/gap/linear.gi
/usr/lib/gap/pkg/fr-2.4.8/gap/mealy.gd
/usr/lib/gap/pkg/fr-2.4.8/gap/mealy.gi
/usr/lib/gap/pkg/fr-2.4.8/gap/perlist.gd
/usr/lib/gap/pkg/fr-2.4.8/gap/perlist.gi
/usr/lib/gap/pkg/fr-2.4.8/gap/pickle.g
/usr/lib/gap/pkg/fr-2.4.8/gap/vector.gd
/usr/lib/gap/pkg/fr-2.4.8/gap/vector.gi
/usr/lib/gap/pkg/fr-2.4.8/gap/vhgroup.gi
/usr/lib/gap/pkg/fr-2.4.8/guest
/usr/lib/gap/pkg/fr-2.4.8/guest/Brieussels_algorithm.g
/usr/lib/gap/pkg/fr-2.4.8/init.g
/usr/lib/gap/pkg/fr-2.4.8/makedoc.g
/usr/lib/gap/pkg/fr-2.4.8/read.g
/usr/lib/gap/pkg/fr-2.4.8/tst
/usr/lib/gap/pkg/fr-2.4.8/tst/chapter-12.tst
/usr/lib/gap/pkg/fr-2.4.8/tst/chapter-3.tst
/usr/lib/gap/pkg/fr-2.4.8/tst/chapter-4.tst
/usr/lib/gap/pkg/fr-2.4.8/tst/chapter-5-a.tst
/usr/lib/gap/pkg/fr-2.4.8/tst/chapter-5-b.tst
/usr/lib/gap/pkg/fr-2.4.8/tst/cp.tst
/usr/lib/gap/pkg/fr-2.4.8/tst/frelements.g
/usr/lib/gap/pkg/fr-2.4.8/tst/frmachines.g
/usr/lib/gap/pkg/fr-2.4.8/tst/kneading.g
/usr/lib/gap/pkg/fr-2.4.8/tst/mealyelements.g
/usr/lib/gap/pkg/fr-2.4.8/tst/mealymachines.g
/usr/lib/gap/pkg/fr-2.4.8/tst/testall.g
/usr/share/doc/gap-pkg-fr
/usr/share/doc/gap-pkg-fr/BUGS
/usr/share/doc/gap-pkg-fr/CHANGES
/usr/share/doc/gap-pkg-fr/README.md
/usr/share/doc/gap-pkg-fr/TODO
/usr/share/licenses/gap-pkg-fr
/usr/share/licenses/gap-pkg-fr/COPYING
References
Summary
In this tutorial we learn how to install gap-pkg-fr
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).