How To Install texlive-unicode-bidi on Fedora 36

In this tutorial we learn how to install texlive-unicode-bidi in Fedora 36. texlive-unicode-bidi is Experimental unicode bidi package for XeTeX

Introduction

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

What is texlive-unicode-bidi

The experimental unicode-bidi package allows to mix non-RTL script with RTL script without any markup.

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

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

sudo dnf -y install texlive-unicode-bidi

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

sudo yum -y install texlive-unicode-bidi

How To Uninstall texlive-unicode-bidi on Fedora 36

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

sudo dnf remove texlive-unicode-bidi

texlive-unicode-bidi Package Contents on Fedora 36

/usr/share/licenses/texlive-unicode-bidi
/usr/share/licenses/texlive-unicode-bidi/lppl1.3.txt
/usr/share/texlive/texmf-dist/doc/xelatex/unicode-bidi/README.md
/usr/share/texlive/texmf-dist/tex/xelatex/unicode-bidi/unicode-bidi.sty

References

Summary

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