How To Install texlive-concepts on Fedora 36

In this tutorial we learn how to install texlive-concepts in Fedora 36. texlive-concepts is Keeping track of formal ‘concepts’ for a particular field

Introduction

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

What is texlive-concepts

The package helps to keep track of formal ‘concepts’ for a specific field or document. This is particularly useful for scientific papers (for example, in physics, mathematics or computer science), which may introduce several concepts (with their own symbols). The package’s commands allow the user to define a concept (typically, near its first use), and will ensure consistent use throughout the document. The package depends on several other packages; while these are fairly common packages, the user should check the package’s README file for the complete list.

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

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

sudo dnf -y install texlive-concepts

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

sudo yum -y install texlive-concepts

How To Uninstall texlive-concepts on Fedora 36

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

sudo dnf remove texlive-concepts

texlive-concepts Package Contents on Fedora 36

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

References

Summary

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