How To Install texlive-knowledge on Fedora 36

In this tutorial we learn how to install texlive-knowledge in Fedora 36. texlive-knowledge is Displaying, hyperlinking, and indexing notions in a document

Introduction

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

What is texlive-knowledge

The package offers a systematic way to handle notions/concepts/terms throughout a document. It helps building an index. In combination with hyperref it makes it easy to have every reference of a concept linked to its introduction. It also offers simple notations.

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

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

sudo dnf -y install texlive-knowledge

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

sudo yum -y install texlive-knowledge

How To Uninstall texlive-knowledge on Fedora 36

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

sudo dnf remove texlive-knowledge

texlive-knowledge Package Contents on Fedora 36

/usr/share/licenses/texlive-knowledge
/usr/share/licenses/texlive-knowledge/lppl1.2.txt
/usr/share/texlive/texmf-dist/doc/latex/knowledge
/usr/share/texlive/texmf-dist/doc/latex/knowledge/README.md
/usr/share/texlive/texmf-dist/doc/latex/knowledge/knowledge-example.tex
/usr/share/texlive/texmf-dist/doc/latex/knowledge/knowledge.pdf
/usr/share/texlive/texmf-dist/doc/latex/knowledge/knowledge.tex
/usr/share/texlive/texmf-dist/doc/latex/knowledge/makefile
/usr/share/texlive/texmf-dist/tex/latex/knowledge
/usr/share/texlive/texmf-dist/tex/latex/knowledge/knowledge.sty

References

Summary

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