How To Install gap on Fedora 36
Introduction
In this tutorial we learn how to install gap
on Fedora 36.
What is gap
GAP is a system for computational discrete algebra, with particular emphasis on Computational Group Theory. GAP provides a programming language, a library of thousands of functions implementing algebraic algorithms written in the GAP language as well as large data libraries of algebraic objects. GAP is used in research and teaching for studying groups and their representations, rings, vector spaces, algebras, combinatorial structures, and more. This package contains the command line application.
We can use yum
or dnf
to install gap
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install gap.
Install gap 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
using dnf
by running the following command:
sudo dnf -y install gap
Install gap 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
using yum
by running the following command:
sudo yum -y install gap
How To Uninstall gap on Fedora 36
To uninstall only the gap
package we can use the following command:
sudo dnf remove gap
gap Package Contents on Fedora 36
/usr/bin/gap
/usr/lib/.build-id
/usr/lib/.build-id/9c
/usr/lib/.build-id/9c/4e716d30e7675663403064539c6cc2849bb735
/usr/lib/gap/bin
/usr/lib/gap/bin/gap.sh
/usr/lib/gap/bin/i686-redhat-linux-gnu-default32-kv7
/usr/lib/gap/bin/i686-redhat-linux-gnu-default32-kv7/gap
/usr/lib/gap/gap
/usr/share/applications/org.gap-system.gap.desktop
/usr/share/doc/gap
/usr/share/doc/gap/README.fedora
/usr/share/icons/hicolor/128x128/apps/gap.png
/usr/share/icons/hicolor/16x16/apps/gap.png
/usr/share/icons/hicolor/192x192/apps/gap.png
/usr/share/icons/hicolor/22x22/apps/gap.png
/usr/share/icons/hicolor/24x24/apps/gap.png
/usr/share/icons/hicolor/256x256/apps/gap.png
/usr/share/icons/hicolor/32x32/apps/gap.png
/usr/share/icons/hicolor/36x36/apps/gap.png
/usr/share/icons/hicolor/48x48/apps/gap.png
/usr/share/icons/hicolor/512x512/apps/gap.png
/usr/share/icons/hicolor/64x64/apps/gap.png
/usr/share/icons/hicolor/72x72/apps/gap.png
/usr/share/icons/hicolor/96x96/apps/gap.png
/usr/share/man/man1/gap.1.gz
/usr/share/metainfo/org.gap-system.gap.metainfo.xml
/usr/share/mime/packages/gap.xml
References
Summary
In this tutorial we learn how to install gap
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install gap on Fedora 36” linkTitle: “gap” type: “docs” description: “In this tutorial we learn how to install gap in Fedora 36. gap is Computational discrete algebra” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/gap-featured.png
Introduction
In this tutorial we learn how to install gap
on Fedora 36.
What is gap
GAP is a system for computational discrete algebra, with particular emphasis on Computational Group Theory. GAP provides a programming language, a library of thousands of functions implementing algebraic algorithms written in the GAP language as well as large data libraries of algebraic objects. GAP is used in research and teaching for studying groups and their representations, rings, vector spaces, algebras, combinatorial structures, and more. This package contains the command line application.
We can use yum
or dnf
to install gap
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install gap.
Install gap 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
using dnf
by running the following command:
sudo dnf -y install gap
Install gap 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
using yum
by running the following command:
sudo yum -y install gap
How To Uninstall gap on Fedora 36
To uninstall only the gap
package we can use the following command:
sudo dnf remove gap
gap Package Contents on Fedora 36
/usr/bin/gap
/usr/lib/.build-id
/usr/lib/.build-id/52
/usr/lib/.build-id/52/1d5746861c6cdab372a6aa4444deba760a95dd
/usr/lib/gap/bin
/usr/lib/gap/bin/gap.sh
/usr/lib/gap/bin/x86_64-redhat-linux-gnu-default64-kv7
/usr/lib/gap/bin/x86_64-redhat-linux-gnu-default64-kv7/gap
/usr/lib/gap/gap
/usr/share/applications/org.gap-system.gap.desktop
/usr/share/doc/gap
/usr/share/doc/gap/README.fedora
/usr/share/icons/hicolor/128x128/apps/gap.png
/usr/share/icons/hicolor/16x16/apps/gap.png
/usr/share/icons/hicolor/192x192/apps/gap.png
/usr/share/icons/hicolor/22x22/apps/gap.png
/usr/share/icons/hicolor/24x24/apps/gap.png
/usr/share/icons/hicolor/256x256/apps/gap.png
/usr/share/icons/hicolor/32x32/apps/gap.png
/usr/share/icons/hicolor/36x36/apps/gap.png
/usr/share/icons/hicolor/48x48/apps/gap.png
/usr/share/icons/hicolor/512x512/apps/gap.png
/usr/share/icons/hicolor/64x64/apps/gap.png
/usr/share/icons/hicolor/72x72/apps/gap.png
/usr/share/icons/hicolor/96x96/apps/gap.png
/usr/share/man/man1/gap.1.gz
/usr/share/metainfo/org.gap-system.gap.metainfo.xml
/usr/share/mime/packages/gap.xml
References
Summary
In this tutorial we learn how to install gap
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).