How To Install texlive-chem-journal on Fedora 36

In this tutorial we learn how to install texlive-chem-journal in Fedora 36. texlive-chem-journal is Various BibTeX formats for journals in Chemistry

Introduction

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

What is texlive-chem-journal

Various BibTeX formats for journals in Chemistry, including Reviews in Computational Chemistry, Journal of Physical Chemistry, Journal of Computational Chemistry, and Physical Chemistry Chemical Physics.

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

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

sudo dnf -y install texlive-chem-journal

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

sudo yum -y install texlive-chem-journal

How To Uninstall texlive-chem-journal on Fedora 36

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

sudo dnf remove texlive-chem-journal

texlive-chem-journal Package Contents on Fedora 36

/usr/share/licenses/texlive-chem-journal
/usr/share/licenses/texlive-chem-journal/gpl.txt
/usr/share/texlive/texmf-dist/bibtex/bst/chem-journal
/usr/share/texlive/texmf-dist/bibtex/bst/chem-journal/jcc.bst
/usr/share/texlive/texmf-dist/bibtex/bst/chem-journal/jpc.bst
/usr/share/texlive/texmf-dist/bibtex/bst/chem-journal/pccp.bst
/usr/share/texlive/texmf-dist/bibtex/bst/chem-journal/revcompchem.bst

References

Summary

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