How To Install texlive-secdot on Fedora 36

In this tutorial we learn how to install texlive-secdot in Fedora 36. texlive-secdot is Section numbers with trailing dots

Introduction

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

What is texlive-secdot

Makes the numbers of \section commands come out with a trailing dot. Includes a command whereby the same can be made to happen with other sectioning commands.

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

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

sudo dnf -y install texlive-secdot

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

sudo yum -y install texlive-secdot

How To Uninstall texlive-secdot on Fedora 36

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

sudo dnf remove texlive-secdot

texlive-secdot Package Contents on Fedora 36

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

References

Summary

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