How To Install mathicgb on Fedora 36

In this tutorial we learn how to install mathicgb in Fedora 36. mathicgb is Groebner basis computations

Introduction

In this tutorial we learn how to install mathicgb on Fedora 36.

What is mathicgb

Mathicgb is a program for computing Groebner basis and signature Groebner bases. Mathicgb is based on the fast data structures from mathic.

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

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

sudo dnf -y install mathicgb

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

sudo yum -y install mathicgb

How To Uninstall mathicgb on Fedora 36

To uninstall only the mathicgb package we can use the following command:

sudo dnf remove mathicgb

mathicgb Package Contents on Fedora 36

/usr/bin/mgb
/usr/lib/.build-id
/usr/lib/.build-id/f7
/usr/lib/.build-id/f7/031cfaf1cc577799b8518d0bceec8c626c614f
/usr/share/doc/mathicgb
/usr/share/doc/mathicgb/README.md
/usr/share/doc/mathicgb/description.txt
/usr/share/doc/mathicgb/slides.pdf
/usr/share/man/man1/mgb.1.gz

References

Summary

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