How To Install texlive-scheme-gust on Fedora 36

In this tutorial we learn how to install texlive-scheme-gust in Fedora 36. texlive-scheme-gust is GUST TeX Live scheme

Introduction

In this tutorial we learn how to install texlive-scheme-gust on Fedora 36.

What is texlive-scheme-gust

This is the GUST TeX Live scheme sufficient to typeset Polish plain TeX, LaTeX and ConTeXt documents in PostScript or PDF.

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

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

sudo dnf -y install texlive-scheme-gust

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

sudo yum -y install texlive-scheme-gust

How To Uninstall texlive-scheme-gust on Fedora 36

To uninstall only the texlive-scheme-gust package we can use the following command:

sudo dnf remove texlive-scheme-gust

texlive-scheme-gust Package Contents on Fedora 36

References

Summary

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