How To Install texlive-aligned-overset on Fedora 36
Introduction
In this tutorial we learn how to install texlive-aligned-overset on Fedora 36.
What is texlive-aligned-overset
This package allows the base character of \underset or \overset to be used as the alignment position for the amsmath aligned math environments.
We can use yum or dnf to install texlive-aligned-overset on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-aligned-overset.
Install texlive-aligned-overset 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-aligned-overset using dnf by running the following command:
sudo dnf -y install texlive-aligned-overset
Install texlive-aligned-overset 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-aligned-overset using yum by running the following command:
sudo yum -y install texlive-aligned-overset
How To Uninstall texlive-aligned-overset on Fedora 36
To uninstall only the texlive-aligned-overset package we can use the following command:
sudo dnf remove texlive-aligned-overset
texlive-aligned-overset Package Contents on Fedora 36
/usr/share/licenses/texlive-aligned-overset
/usr/share/licenses/texlive-aligned-overset/lppl.txt
/usr/share/texlive/texmf-dist/doc/latex/aligned-overset
/usr/share/texlive/texmf-dist/doc/latex/aligned-overset/README.md
/usr/share/texlive/texmf-dist/doc/latex/aligned-overset/aligned-overset.pdf
/usr/share/texlive/texmf-dist/tex/latex/aligned-overset
/usr/share/texlive/texmf-dist/tex/latex/aligned-overset/aligned-overset.sty
References
Summary
In this tutorial we learn how to install texlive-aligned-overset on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).