How To Install texlive-svrsymbols on Fedora 36

In this tutorial we learn how to install texlive-svrsymbols in Fedora 36. texlive-svrsymbols is A new font with symbols for use in Physics texts.

Introduction

In this tutorial we learn how to install texlive-svrsymbols on Fedora 36.

What is texlive-svrsymbols

The svrsymbols package is a LaTeX interface to theSVRsymbols font. The glyphs of this font are ideograms that have been designed for use in Physics texts. Some symbols are standard and some are entirely new.

We can use yum or dnf to install texlive-svrsymbols on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-svrsymbols.

Install texlive-svrsymbols 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-svrsymbols using dnf by running the following command:

sudo dnf -y install texlive-svrsymbols

Install texlive-svrsymbols 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-svrsymbols using yum by running the following command:

sudo yum -y install texlive-svrsymbols

How To Uninstall texlive-svrsymbols on Fedora 36

To uninstall only the texlive-svrsymbols package we can use the following command:

sudo dnf remove texlive-svrsymbols

texlive-svrsymbols Package Contents on Fedora 36

/usr/share/appdata/svrsymbols.metainfo.xml
/usr/share/fonts/svrsymbols
/usr/share/licenses/texlive-svrsymbols
/usr/share/licenses/texlive-svrsymbols/lppl1.3.txt
/usr/share/texlive/texmf-dist/fonts/afm/public/svrsymbols
/usr/share/texlive/texmf-dist/fonts/afm/public/svrsymbols/SVRsymbols.afm
/usr/share/texlive/texmf-dist/fonts/map/dvips/svrsymbols
/usr/share/texlive/texmf-dist/fonts/map/dvips/svrsymbols/svrsymbols.map
/usr/share/texlive/texmf-dist/fonts/opentype/public/svrsymbols
/usr/share/texlive/texmf-dist/fonts/opentype/public/svrsymbols/SVRsymbols.otf
/usr/share/texlive/texmf-dist/fonts/tfm/public/svrsymbols
/usr/share/texlive/texmf-dist/fonts/tfm/public/svrsymbols/SVRsymbols.tfm
/usr/share/texlive/texmf-dist/fonts/type1/public/svrsymbols
/usr/share/texlive/texmf-dist/fonts/type1/public/svrsymbols/SVRsymbols.pfb
/usr/share/texlive/texmf-dist/tex/latex/svrsymbols
/usr/share/texlive/texmf-dist/tex/latex/svrsymbols/svrsymbols.sty

References

Summary

In this tutorial we learn how to install texlive-svrsymbols on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).