How To Install texlive-revtex4 on Fedora 36

In this tutorial we learn how to install texlive-revtex4 in Fedora 36. texlive-revtex4 is Styles for various Physics Journals (old version)

Introduction

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

What is texlive-revtex4

This is an old version of revtex, and is kept as a courtesy to users having difficulty with the incompatibility of that latest version.

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

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

sudo dnf -y install texlive-revtex4

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

sudo yum -y install texlive-revtex4

How To Uninstall texlive-revtex4 on Fedora 36

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

sudo dnf remove texlive-revtex4

texlive-revtex4 Package Contents on Fedora 36

/usr/share/texlive/texmf-dist/bibtex/bst/revtex4
/usr/share/texlive/texmf-dist/bibtex/bst/revtex4/apsrev.bst
/usr/share/texlive/texmf-dist/bibtex/bst/revtex4/apsrmp.bst
/usr/share/texlive/texmf-dist/tex/latex/revtex4
/usr/share/texlive/texmf-dist/tex/latex/revtex4/10pt.rtx
/usr/share/texlive/texmf-dist/tex/latex/revtex4/11pt.rtx
/usr/share/texlive/texmf-dist/tex/latex/revtex4/12pt.rtx
/usr/share/texlive/texmf-dist/tex/latex/revtex4/aps.rtx
/usr/share/texlive/texmf-dist/tex/latex/revtex4/revsymb.sty
/usr/share/texlive/texmf-dist/tex/latex/revtex4/revtex4.cls
/usr/share/texlive/texmf-dist/tex/latex/revtex4/rmp.rtx

References

Summary

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