How To Install texlive-anonchap on Fedora 36

In this tutorial we learn how to install texlive-anonchap in Fedora 36. texlive-anonchap is Make chapters be typeset like sections

Introduction

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

What is texlive-anonchap

The command \simplechapter sets up the \chapter command not to number chapters, though they may possibly have a prefix, and a suffix (the \simplechapterdelim command, which the user may alter). The \restorechapter command restores the status quo ante.

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

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

sudo dnf -y install texlive-anonchap

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

sudo yum -y install texlive-anonchap

How To Uninstall texlive-anonchap on Fedora 36

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

sudo dnf remove texlive-anonchap

texlive-anonchap Package Contents on Fedora 36

/usr/share/licenses/texlive-anonchap
/usr/share/licenses/texlive-anonchap/lppl1.txt
/usr/share/texlive/texmf-dist/tex/latex/anonchap
/usr/share/texlive/texmf-dist/tex/latex/anonchap/anonchap.sty

References

Summary

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