How To Install texlive-mandi on Fedora 36
Introduction
In this tutorial we learn how to install texlive-mandi on Fedora 36.
What is texlive-mandi
The package contains commands for students and teachers of introductory physics. Commands for physical quantities intelligently handle SI units so the user need not do so. There are other features that should make LaTeX easy for introductory physics students.
We can use yum or dnf to install texlive-mandi on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-mandi.
Install texlive-mandi 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-mandi using dnf by running the following command:
sudo dnf -y install texlive-mandi
Install texlive-mandi 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-mandi using yum by running the following command:
sudo yum -y install texlive-mandi
How To Uninstall texlive-mandi on Fedora 36
To uninstall only the texlive-mandi package we can use the following command:
sudo dnf remove texlive-mandi
texlive-mandi Package Contents on Fedora 36
/usr/share/licenses/texlive-mandi
/usr/share/licenses/texlive-mandi/lppl1.3.txt
/usr/share/texlive/texmf-dist/tex/latex/mandi
/usr/share/texlive/texmf-dist/tex/latex/mandi/mandi.sty
References
Summary
In this tutorial we learn how to install texlive-mandi on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).