How To Install texlive-hvarabic on Fedora 36

In this tutorial we learn how to install texlive-hvarabic in Fedora 36. texlive-hvarabic is Macros for RTL typesetting

Introduction

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

What is texlive-hvarabic

This package provides some macros for right-to-left typesetting. It uses by default the arabic fonts Scheherazade and ALM fixed, the only monospaced arabic font. The package works with LuaLaTeX or XeLaTeX, but not with pdfLaTeX or latex.

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

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

sudo dnf -y install texlive-hvarabic

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

sudo yum -y install texlive-hvarabic

How To Uninstall texlive-hvarabic on Fedora 36

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

sudo dnf remove texlive-hvarabic

texlive-hvarabic Package Contents on Fedora 36

/usr/share/licenses/texlive-hvarabic
/usr/share/licenses/texlive-hvarabic/lppl1.3c.txt
/usr/share/texlive/texmf-dist/doc/latex/hvarabic
/usr/share/texlive/texmf-dist/doc/latex/hvarabic/CHANGELOG
/usr/share/texlive/texmf-dist/doc/latex/hvarabic/README.md
/usr/share/texlive/texmf-dist/doc/latex/hvarabic/hvarabic.pdf
/usr/share/texlive/texmf-dist/doc/latex/hvarabic/hvarabic.tex
/usr/share/texlive/texmf-dist/tex/latex/hvarabic
/usr/share/texlive/texmf-dist/tex/latex/hvarabic/hvarabic.sty

References

Summary

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