How To Install texlive-ms on Fedora 36
Introduction
In this tutorial we learn how to install texlive-ms on Fedora 36.
What is texlive-ms
The remains of a bundle of LaTeX packages by Martin Schroder; the collection still comprises counters; and multitoc, typeset the table of contents in multiple columns. ragged2e, prelim2e, everyshi (obsolete), and everysel (obsolete), which used to be part of this bundle, have become independent packages.
We can use yum or dnf to install texlive-ms on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-ms.
Install texlive-ms 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-ms using dnf by running the following command:
sudo dnf -y install texlive-ms
Install texlive-ms 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-ms using yum by running the following command:
sudo yum -y install texlive-ms
How To Uninstall texlive-ms on Fedora 36
To uninstall only the texlive-ms package we can use the following command:
sudo dnf remove texlive-ms
texlive-ms Package Contents on Fedora 36
/usr/share/licenses/texlive-ms
/usr/share/licenses/texlive-ms/lppl1.txt
/usr/share/texlive/texmf-dist/tex/latex/ms
/usr/share/texlive/texmf-dist/tex/latex/ms/count1to.sty
/usr/share/texlive/texmf-dist/tex/latex/ms/multitoc.sty
References
Summary
In this tutorial we learn how to install texlive-ms on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).