How To Install gap-pkg-resclasses on Fedora 36
Introduction
In this tutorial we learn how to install gap-pkg-resclasses
on Fedora 36.
What is gap-pkg-resclasses
ResClasses is a GAP package for set-theoretic computations with residue classes of the integers and a couple of other rings. The class of sets which ResClasses can deal with includes the open and the closed sets in the topology on the respective ring which is induced by taking the set of all residue classes as a basis, as far as the usual restrictions imposed by the finiteness of computing resources permit this.
We can use yum
or dnf
to install gap-pkg-resclasses
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install gap-pkg-resclasses.
Install gap-pkg-resclasses 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-resclasses
using dnf
by running the following command:
sudo dnf -y install gap-pkg-resclasses
Install gap-pkg-resclasses 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-resclasses
using yum
by running the following command:
sudo yum -y install gap-pkg-resclasses
How To Uninstall gap-pkg-resclasses on Fedora 36
To uninstall only the gap-pkg-resclasses
package we can use the following command:
sudo dnf remove gap-pkg-resclasses
gap-pkg-resclasses Package Contents on Fedora 36
/usr/lib/gap/pkg/resclasses-4.7.2
/usr/lib/gap/pkg/resclasses-4.7.2/PackageInfo.g
/usr/lib/gap/pkg/resclasses-4.7.2/init.g
/usr/lib/gap/pkg/resclasses-4.7.2/lib
/usr/lib/gap/pkg/resclasses-4.7.2/lib/fixedrep.gd
/usr/lib/gap/pkg/resclasses-4.7.2/lib/fixedrep.gi
/usr/lib/gap/pkg/resclasses-4.7.2/lib/general.gd
/usr/lib/gap/pkg/resclasses-4.7.2/lib/general.gi
/usr/lib/gap/pkg/resclasses-4.7.2/lib/resclass.gd
/usr/lib/gap/pkg/resclasses-4.7.2/lib/resclass.gi
/usr/lib/gap/pkg/resclasses-4.7.2/lib/resclaux.g
/usr/lib/gap/pkg/resclasses-4.7.2/lib/z_pi.gd
/usr/lib/gap/pkg/resclasses-4.7.2/lib/z_pi.gi
/usr/lib/gap/pkg/resclasses-4.7.2/makedoc.g
/usr/lib/gap/pkg/resclasses-4.7.2/read.g
/usr/lib/gap/pkg/resclasses-4.7.2/tst
/usr/lib/gap/pkg/resclasses-4.7.2/tst/bugfix.tst
/usr/lib/gap/pkg/resclasses-4.7.2/tst/fixedrep.tst
/usr/lib/gap/pkg/resclasses-4.7.2/tst/other.tst
/usr/lib/gap/pkg/resclasses-4.7.2/tst/resclass.tst
/usr/lib/gap/pkg/resclasses-4.7.2/tst/testall.g
/usr/lib/gap/pkg/resclasses-4.7.2/tst/z_pi.tst
/usr/lib/gap/pkg/resclasses-4.7.2/tst/zxz.tst
/usr/share/doc/gap-pkg-resclasses
/usr/share/doc/gap-pkg-resclasses/CHANGES
/usr/share/doc/gap-pkg-resclasses/README
/usr/share/licenses/gap-pkg-resclasses
/usr/share/licenses/gap-pkg-resclasses/LICENSE
References
Summary
In this tutorial we learn how to install gap-pkg-resclasses
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).