How To Install texlive-minorrevision on Fedora 36
Introduction
In this tutorial we learn how to install texlive-minorrevision on Fedora 36.
What is texlive-minorrevision
The package supports those who publish articles in peer- reviewed journals. In the final stages of the review process, the authors typically have to provide an additional document (such as a letter to the editors), in which they provide a list of modifications that they made to the manuscript. The package automatically provides line numbers and quotations from the manuscript, for this letter. The package loads the package lineno, so (in effect) shares lineno’s incompatibilities.
We can use yum or dnf to install texlive-minorrevision on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-minorrevision.
Install texlive-minorrevision 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-minorrevision using dnf by running the following command:
sudo dnf -y install texlive-minorrevision
Install texlive-minorrevision 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-minorrevision using yum by running the following command:
sudo yum -y install texlive-minorrevision
How To Uninstall texlive-minorrevision on Fedora 36
To uninstall only the texlive-minorrevision package we can use the following command:
sudo dnf remove texlive-minorrevision
texlive-minorrevision Package Contents on Fedora 36
/usr/share/licenses/texlive-minorrevision
/usr/share/licenses/texlive-minorrevision/lppl1.2.txt
/usr/share/texlive/texmf-dist/tex/latex/minorrevision
/usr/share/texlive/texmf-dist/tex/latex/minorrevision/minorrevision.sty
References
Summary
In this tutorial we learn how to install texlive-minorrevision on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).