How To Install GAPDoc-latex on Fedora 36

In this tutorial we learn how to install GAPDoc-latex in Fedora 36. GAPDoc-latex is All LaTeX dependencies for GAPDoc

Introduction

In this tutorial we learn how to install GAPDoc-latex on Fedora 36.

What is GAPDoc-latex

This package contains all of the LaTeX dependencies for GAPDoc. GAP proper requires that the GAP portions of GAPDoc be installed; it refuses to start otherwise. However, if GAPDoc is not actively used, then dragging in all of the LaTeX dependencies is wasteful. Install this package to pull in all of the necessary LaTeX dependencies for building GAP package documentation.

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

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

sudo dnf -y install GAPDoc-latex

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

sudo yum -y install GAPDoc-latex

How To Uninstall GAPDoc-latex on Fedora 36

To uninstall only the GAPDoc-latex package we can use the following command:

sudo dnf remove GAPDoc-latex

GAPDoc-latex Package Contents on Fedora 36

References

Summary

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