How To Install texlive-apptools on Fedora 36

In this tutorial we learn how to install texlive-apptools in Fedora 36. texlive-apptools is Tools for customising appendices

Introduction

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

What is texlive-apptools

The package provides an \AtAppendix command to add code to a hook that is executed when \appendix is called by the user. Additionally, a TeX conditional \ifappendix and a LaTeX-style conditional \IfAppendix are provided to check if \appendix has already been called.

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

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

sudo dnf -y install texlive-apptools

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

sudo yum -y install texlive-apptools

How To Uninstall texlive-apptools on Fedora 36

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

sudo dnf remove texlive-apptools

texlive-apptools Package Contents on Fedora 36

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

References

Summary

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