How To Install texlive-letterswitharrows on Fedora 36

In this tutorial we learn how to install texlive-letterswitharrows in Fedora 36. texlive-letterswitharrows is Draw arrows over math letters

Introduction

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

What is texlive-letterswitharrows

This package provides LaTeX math-mode commands for setting left and right arrows over mathematical symbols so that the arrows dynamically scale with the symbols. While it is possible to set arrows over longer strings of symbols, the focus lies on single characters.

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

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

sudo dnf -y install texlive-letterswitharrows

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

sudo yum -y install texlive-letterswitharrows

How To Uninstall texlive-letterswitharrows on Fedora 36

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

sudo dnf remove texlive-letterswitharrows

texlive-letterswitharrows Package Contents on Fedora 36

/usr/share/licenses/texlive-letterswitharrows
/usr/share/licenses/texlive-letterswitharrows/lppl1.3.txt
/usr/share/texlive/texmf-dist/doc/latex/letterswitharrows
/usr/share/texlive/texmf-dist/doc/latex/letterswitharrows/README.txt
/usr/share/texlive/texmf-dist/doc/latex/letterswitharrows/letterswitharrows.pdf
/usr/share/texlive/texmf-dist/tex/latex/letterswitharrows
/usr/share/texlive/texmf-dist/tex/latex/letterswitharrows/letterswitharrows.sty

References

Summary

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