How To Install texlive-revquantum on Fedora 36
Introduction
In this tutorial we learn how to install texlive-revquantum on Fedora 36.
What is texlive-revquantum
This package provides a number of useful hacks to solve common annoyances with the revtex4-1 package, and to define notation in common use within quantum information. In doing so, it imports and configures a number of commonly-available and used packages, and where reasonable, provides fallbacks. It also warns when users try to load packages which are known to be incompatible with revtex4-1.
We can use yum or dnf to install texlive-revquantum on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-revquantum.
Install texlive-revquantum 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-revquantum using dnf by running the following command:
sudo dnf -y install texlive-revquantum
Install texlive-revquantum 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-revquantum using yum by running the following command:
sudo yum -y install texlive-revquantum
How To Uninstall texlive-revquantum on Fedora 36
To uninstall only the texlive-revquantum package we can use the following command:
sudo dnf remove texlive-revquantum
texlive-revquantum Package Contents on Fedora 36
/usr/share/licenses/texlive-revquantum
/usr/share/licenses/texlive-revquantum/lppl.txt
/usr/share/texlive/texmf-dist/doc/latex/revquantum
/usr/share/texlive/texmf-dist/doc/latex/revquantum/Install.ps1
/usr/share/texlive/texmf-dist/doc/latex/revquantum/README.md
/usr/share/texlive/texmf-dist/doc/latex/revquantum/example.pdf
/usr/share/texlive/texmf-dist/doc/latex/revquantum/example.tex
/usr/share/texlive/texmf-dist/doc/latex/revquantum/revquantum.pdf
/usr/share/texlive/texmf-dist/tex/latex/revquantum
/usr/share/texlive/texmf-dist/tex/latex/revquantum/revquantum.sty
References
Summary
In this tutorial we learn how to install texlive-revquantum on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).