How To Install gap-pkg-toric on Fedora 36
Introduction
In this tutorial we learn how to install gap-pkg-toric
on Fedora 36.
What is gap-pkg-toric
Toric implements some computations related to toric varieties and combinatorial geometry in GAP. Affine toric varieties can be created and related information about them can be calculated.
We can use yum
or dnf
to install gap-pkg-toric
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install gap-pkg-toric.
Install gap-pkg-toric 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-toric
using dnf
by running the following command:
sudo dnf -y install gap-pkg-toric
Install gap-pkg-toric 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-toric
using yum
by running the following command:
sudo yum -y install gap-pkg-toric
How To Uninstall gap-pkg-toric on Fedora 36
To uninstall only the gap-pkg-toric
package we can use the following command:
sudo dnf remove gap-pkg-toric
gap-pkg-toric Package Contents on Fedora 36
/usr/lib/gap/pkg/Toric-1.9.5
/usr/lib/gap/pkg/Toric-1.9.5/PackageInfo.g
/usr/lib/gap/pkg/Toric-1.9.5/init.g
/usr/lib/gap/pkg/Toric-1.9.5/lib
/usr/lib/gap/pkg/Toric-1.9.5/lib/toric.gd
/usr/lib/gap/pkg/Toric-1.9.5/lib/toric.gi
/usr/lib/gap/pkg/Toric-1.9.5/lib/util.gi
/usr/lib/gap/pkg/Toric-1.9.5/makedoc.g
/usr/lib/gap/pkg/Toric-1.9.5/read.g
/usr/lib/gap/pkg/Toric-1.9.5/tst
/usr/lib/gap/pkg/Toric-1.9.5/tst/examples.tst
/usr/lib/gap/pkg/Toric-1.9.5/tst/testall.g
/usr/share/doc/gap-pkg-toric
/usr/share/doc/gap-pkg-toric/CHANGES
/usr/share/doc/gap-pkg-toric/README.md
/usr/share/licenses/gap-pkg-toric
/usr/share/licenses/gap-pkg-toric/LICENSE
References
Summary
In this tutorial we learn how to install gap-pkg-toric
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).