How To Install texlive-delim on Fedora 36

In this tutorial we learn how to install texlive-delim in Fedora 36. texlive-delim is Simplify typesetting mathematical delimiters

Introduction

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

What is texlive-delim

The package permits simpler control of delimiters without excessive use of \big… commands (and the like).

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

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

sudo dnf -y install texlive-delim

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

sudo yum -y install texlive-delim

How To Uninstall texlive-delim on Fedora 36

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

sudo dnf remove texlive-delim

texlive-delim Package Contents on Fedora 36

/usr/share/licenses/texlive-delim
/usr/share/licenses/texlive-delim/lppl1.2.txt
/usr/share/texlive/texmf-dist/tex/latex/delim
/usr/share/texlive/texmf-dist/tex/latex/delim/delim.sty

References

Summary

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