How To Install texlive-everysel on Fedora 36
Introduction
In this tutorial we learn how to install texlive-everysel
on Fedora 36.
What is texlive-everysel
The package provided hooks whose arguments are executed just after LaTeX has loaded a new font by means of \selectfont. It has become obsolete with LaTeX versions 2021/01/05 or newer, since LaTeX now provides its own hooks to fulfill this task. For newer versions of LaTeX everysel only provides macros using LaTeX’s hook management due to compatibility reasons. See lthooks-doc.pdf for instructions how to use lthooks instead of everysel.
We can use yum
or dnf
to install texlive-everysel
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-everysel.
Install texlive-everysel 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-everysel
using dnf
by running the following command:
sudo dnf -y install texlive-everysel
Install texlive-everysel 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-everysel
using yum
by running the following command:
sudo yum -y install texlive-everysel
How To Uninstall texlive-everysel on Fedora 36
To uninstall only the texlive-everysel
package we can use the following command:
sudo dnf remove texlive-everysel
texlive-everysel Package Contents on Fedora 36
/usr/share/licenses/texlive-everysel
/usr/share/licenses/texlive-everysel/lppl1.3c.txt
/usr/share/texlive/texmf-dist/doc/latex/everysel
/usr/share/texlive/texmf-dist/doc/latex/everysel/README.md
/usr/share/texlive/texmf-dist/doc/latex/everysel/everysel.pdf
/usr/share/texlive/texmf-dist/tex/latex/everysel
/usr/share/texlive/texmf-dist/tex/latex/everysel/everysel-2011-10-28.sty
/usr/share/texlive/texmf-dist/tex/latex/everysel/everysel.sty
References
Summary
In this tutorial we learn how to install texlive-everysel
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).