How To Install gap-core on Fedora 36

In this tutorial we learn how to install gap-core in Fedora 36. gap-core is GAP core components

Introduction

In this tutorial we learn how to install gap-core on Fedora 36.

What is gap-core

This package contains the core GAP system.

We can use yum or dnf to install gap-core on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install gap-core.

Install gap-core 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-core using dnf by running the following command:

sudo dnf -y install gap-core

Install gap-core 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-core using yum by running the following command:

sudo yum -y install gap-core

How To Uninstall gap-core on Fedora 36

To uninstall only the gap-core package we can use the following command:

sudo dnf remove gap-core

gap-core Package Contents on Fedora 36

---
title: "How To Install gap-core on Fedora 36"
linkTitle: "gap-core"
type: "docs"
description: "In this tutorial we learn how to install gap-core in Fedora 36. gap-core is GAP core components"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/gap-core-featured.png
---

## Introduction

In this tutorial we learn how to install `gap-core` on Fedora 36.

### What is `gap-core`

> This package contains the core GAP system.  

We can use `yum` or `dnf` to install `gap-core` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install gap-core.

## Install gap-core on Fedora 36 Using dnf

Update yum database with `dnf` using the following command.

```bash
sudo dnf makecache --refresh

After updating yum database, We can install gap-core using dnf by running the following command:

sudo dnf -y install gap-core

Install gap-core 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-core using yum by running the following command:

sudo yum -y install gap-core

How To Uninstall gap-core on Fedora 36

To uninstall only the gap-core package we can use the following command:

sudo dnf remove gap-core

gap-core Package Contents on Fedora 36

/usr/bin/update-gap-workspace
/usr/lib/gap/pkg
/usr/lib/gap/sysinfo.gap
/usr/lib/gap/sysinfo.gap-default64
/usr/share/man/man1/update-gap-workspace.1.gz
/var/lib/gap
/var/lib/gap/workspace.gz
/usr/bin/update-gap-workspace
/usr/lib/gap/pkg
/usr/lib/gap/sysinfo.gap
/usr/lib/gap/sysinfo.gap-default32
/usr/share/man/man1/update-gap-workspace.1.gz
/var/lib/gap
/var/lib/gap/workspace.gz

References

Summary


In this tutorial we learn how to install `gap-core` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).
## References


* [gap-core website](https://www.gap-system.org/)

## Summary

In this tutorial we learn how to install `gap-core` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).