How To Install texlive-expex on Fedora 36

In this tutorial we learn how to install texlive-expex in Fedora 36. texlive-expex is Format linguistic examples and glosses, with reference capabilities

Introduction

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

What is texlive-expex

The package provides macros for typesetting linguistic examples and glosses, with a refined mechanism for referencing examples and parts of examples. The package can be used with LaTex using the .sty wrapper or with PlainTex.

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

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

sudo dnf -y install texlive-expex

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

sudo yum -y install texlive-expex

How To Uninstall texlive-expex on Fedora 36

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

sudo dnf remove texlive-expex

texlive-expex Package Contents on Fedora 36

/usr/share/licenses/texlive-expex
/usr/share/licenses/texlive-expex/lppl1.txt
/usr/share/texlive/texmf-dist/tex/generic/expex
/usr/share/texlive/texmf-dist/tex/generic/expex/epltxchapno.sty
/usr/share/texlive/texmf-dist/tex/generic/expex/epltxfn.sty
/usr/share/texlive/texmf-dist/tex/generic/expex/eptexfn.tex
/usr/share/texlive/texmf-dist/tex/generic/expex/expex-demo.tex
/usr/share/texlive/texmf-dist/tex/generic/expex/expex.sty
/usr/share/texlive/texmf-dist/tex/generic/expex/expex.tex

References

Summary

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