How To Install texlive-quotchap on Fedora 36

In this tutorial we learn how to install texlive-quotchap in Fedora 36. texlive-quotchap is Decorative chapter headings

Introduction

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

What is texlive-quotchap

A package for creating decorative chapter headings with quotations. Uses graphical and coloured output and by default needs the “Adobe standard font set” (as supported by psnfss).

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

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

sudo dnf -y install texlive-quotchap

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

sudo yum -y install texlive-quotchap

How To Uninstall texlive-quotchap on Fedora 36

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

sudo dnf remove texlive-quotchap

texlive-quotchap Package Contents on Fedora 36

/usr/share/licenses/texlive-quotchap
/usr/share/licenses/texlive-quotchap/gpl.txt
/usr/share/texlive/texmf-dist/tex/latex/quotchap
/usr/share/texlive/texmf-dist/tex/latex/quotchap/quotchap.sty

References

Summary

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