How To Install texlive-notoccite on Fedora 36

In this tutorial we learn how to install texlive-notoccite in Fedora 36. texlive-notoccite is Prevent trouble from citations in table of contents, etc

Introduction

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

What is texlive-notoccite

If you have \cite commands in \section-like commands, or in \caption, the citation will also appear in the table of contents, or list of whatever. If you are also using an unsrt- like bibliography style, these citations will come at the very start of the bibliography, which is confusing. This package suppresses the effect.

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

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

sudo dnf -y install texlive-notoccite

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

sudo yum -y install texlive-notoccite

How To Uninstall texlive-notoccite on Fedora 36

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

sudo dnf remove texlive-notoccite

texlive-notoccite Package Contents on Fedora 36

/usr/share/licenses/texlive-notoccite
/usr/share/licenses/texlive-notoccite/pd.txt
/usr/share/texlive/texmf-dist/tex/latex/notoccite
/usr/share/texlive/texmf-dist/tex/latex/notoccite/notoccite.sty

References

Summary

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