How To Install texlive-trsym on Fedora 36
Introduction
In this tutorial we learn how to install texlive-trsym
on Fedora 36.
What is texlive-trsym
The bundle provides Metafont source for a small font used for (e.g.) Laplace transformations, together with a LaTeX .fd file and a package providing commands for the symbols’ use in mathematics.
We can use yum
or dnf
to install texlive-trsym
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-trsym.
Install texlive-trsym 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-trsym
using dnf
by running the following command:
sudo dnf -y install texlive-trsym
Install texlive-trsym 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-trsym
using yum
by running the following command:
sudo yum -y install texlive-trsym
How To Uninstall texlive-trsym on Fedora 36
To uninstall only the texlive-trsym
package we can use the following command:
sudo dnf remove texlive-trsym
texlive-trsym Package Contents on Fedora 36
/usr/share/licenses/texlive-trsym
/usr/share/licenses/texlive-trsym/lppl1.2.txt
/usr/share/texlive/texmf-dist/fonts/source/public/trsym
/usr/share/texlive/texmf-dist/fonts/source/public/trsym/trsy.mf
/usr/share/texlive/texmf-dist/fonts/source/public/trsym/trsy10.mf
/usr/share/texlive/texmf-dist/fonts/source/public/trsym/trsy12.mf
/usr/share/texlive/texmf-dist/fonts/tfm/public/trsym
/usr/share/texlive/texmf-dist/fonts/tfm/public/trsym/trsy10.tfm
/usr/share/texlive/texmf-dist/fonts/tfm/public/trsym/trsy12.tfm
/usr/share/texlive/texmf-dist/tex/latex/trsym
/usr/share/texlive/texmf-dist/tex/latex/trsym/trsym.sty
/usr/share/texlive/texmf-dist/tex/latex/trsym/utrsy.fd
References
Summary
In this tutorial we learn how to install texlive-trsym
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).