How To Install texlive-revtex on Fedora 36
Introduction
In this tutorial we learn how to install texlive-revtex on Fedora 36.
What is texlive-revtex
Includes styles for American Physical Society, American Institute of Physics, and Optical Society of America. The distribution consists of the RevTeX class itself, and several support packages.
We can use yum or dnf to install texlive-revtex on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-revtex.
Install texlive-revtex 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-revtex using dnf by running the following command:
sudo dnf -y install texlive-revtex
Install texlive-revtex 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-revtex using yum by running the following command:
sudo yum -y install texlive-revtex
How To Uninstall texlive-revtex on Fedora 36
To uninstall only the texlive-revtex package we can use the following command:
sudo dnf remove texlive-revtex
texlive-revtex Package Contents on Fedora 36
/usr/share/licenses/texlive-revtex
/usr/share/licenses/texlive-revtex/lppl1.3.txt
/usr/share/texlive/texmf-dist/bibtex/bst/revtex
/usr/share/texlive/texmf-dist/bibtex/bst/revtex/aapmrev4-2.bst
/usr/share/texlive/texmf-dist/bibtex/bst/revtex/aipauth4-2.bst
/usr/share/texlive/texmf-dist/bibtex/bst/revtex/aipnum4-2.bst
/usr/share/texlive/texmf-dist/bibtex/bst/revtex/apsrev4-2.bst
/usr/share/texlive/texmf-dist/bibtex/bst/revtex/apsrmp4-2.bst
/usr/share/texlive/texmf-dist/tex/latex/revtex
/usr/share/texlive/texmf-dist/tex/latex/revtex/aapm4-2.rtx
/usr/share/texlive/texmf-dist/tex/latex/revtex/aip4-2.rtx
/usr/share/texlive/texmf-dist/tex/latex/revtex/aps10pt4-2.rtx
/usr/share/texlive/texmf-dist/tex/latex/revtex/aps11pt4-2.rtx
/usr/share/texlive/texmf-dist/tex/latex/revtex/aps12pt4-2.rtx
/usr/share/texlive/texmf-dist/tex/latex/revtex/aps4-2.rtx
/usr/share/texlive/texmf-dist/tex/latex/revtex/apsrmp4-2.rtx
/usr/share/texlive/texmf-dist/tex/latex/revtex/ltxdocext.sty
/usr/share/texlive/texmf-dist/tex/latex/revtex/ltxfront.sty
/usr/share/texlive/texmf-dist/tex/latex/revtex/ltxgrid.sty
/usr/share/texlive/texmf-dist/tex/latex/revtex/ltxutil.sty
/usr/share/texlive/texmf-dist/tex/latex/revtex/reftest4-2.tex
/usr/share/texlive/texmf-dist/tex/latex/revtex/revsymb4-2.sty
/usr/share/texlive/texmf-dist/tex/latex/revtex/revtex4-2.cls
/usr/share/texlive/texmf-dist/tex/latex/revtex/sor4-2.rtx
References
Summary
In this tutorial we learn how to install texlive-revtex on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).