How To Install texlive-sexam on Fedora 36

In this tutorial we learn how to install texlive-sexam in Fedora 36. texlive-sexam is Package for typesetting arabic exam scripts

Introduction

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

What is texlive-sexam

The package provides a modified version of the exam package made compatible with XeLaTeX/polyglossia to typesetting arabic.

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

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

sudo dnf -y install texlive-sexam

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

sudo yum -y install texlive-sexam

How To Uninstall texlive-sexam on Fedora 36

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

sudo dnf remove texlive-sexam

texlive-sexam Package Contents on Fedora 36

/usr/share/licenses/texlive-sexam
/usr/share/licenses/texlive-sexam/lppl.txt
/usr/share/texlive/texmf-dist/doc/xelatex/sexam
/usr/share/texlive/texmf-dist/doc/xelatex/sexam/01.JPG
/usr/share/texlive/texmf-dist/doc/xelatex/sexam/10.png
/usr/share/texlive/texmf-dist/doc/xelatex/sexam/11.png
/usr/share/texlive/texmf-dist/doc/xelatex/sexam/2.JPG
/usr/share/texlive/texmf-dist/doc/xelatex/sexam/3.JPG
/usr/share/texlive/texmf-dist/doc/xelatex/sexam/4.JPG
/usr/share/texlive/texmf-dist/doc/xelatex/sexam/6.JPG
/usr/share/texlive/texmf-dist/doc/xelatex/sexam/7.JPG
/usr/share/texlive/texmf-dist/doc/xelatex/sexam/8.JPG
/usr/share/texlive/texmf-dist/doc/xelatex/sexam/9.JPG
/usr/share/texlive/texmf-dist/doc/xelatex/sexam/README.txt
/usr/share/texlive/texmf-dist/doc/xelatex/sexam/bac_template-DZ.pdf
/usr/share/texlive/texmf-dist/doc/xelatex/sexam/bac_template-DZ.tex
/usr/share/texlive/texmf-dist/doc/xelatex/sexam/exam_with_sexam_ar-DZ.pdf
/usr/share/texlive/texmf-dist/doc/xelatex/sexam/exam_with_sexam_ar-DZ.tex
/usr/share/texlive/texmf-dist/doc/xelatex/sexam/exam_with_wexam_ar-DZ.pdf
/usr/share/texlive/texmf-dist/doc/xelatex/sexam/exam_with_wexam_ar-DZ.tex
/usr/share/texlive/texmf-dist/doc/xelatex/sexam/sexam_wexam_doc_ar.pdf
/usr/share/texlive/texmf-dist/doc/xelatex/sexam/sexam_wexam_doc_ar.tex
/usr/share/texlive/texmf-dist/tex/xelatex/sexam
/usr/share/texlive/texmf-dist/tex/xelatex/sexam/bacex.sty
/usr/share/texlive/texmf-dist/tex/xelatex/sexam/sexam.sty
/usr/share/texlive/texmf-dist/tex/xelatex/sexam/wexam.sty

References

Summary

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