How To Install texlive-chemcompounds on Fedora 36

In this tutorial we learn how to install texlive-chemcompounds in Fedora 36. texlive-chemcompounds is Simple consecutive numbering of chemical compounds

Introduction

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

What is texlive-chemcompounds

The chemcompounds package allows for a simple consecutive numbering of chemical compounds. Optionally, it is possible to supply a custom name for each compound. The package differs from the chemcono package by not generating an odd-looking list of compounds inside the text.

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

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

sudo dnf -y install texlive-chemcompounds

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

sudo yum -y install texlive-chemcompounds

How To Uninstall texlive-chemcompounds on Fedora 36

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

sudo dnf remove texlive-chemcompounds

texlive-chemcompounds Package Contents on Fedora 36

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

References

Summary

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