How To Install texlive-esdiff on Fedora 36

In this tutorial we learn how to install texlive-esdiff in Fedora 36. texlive-esdiff is Simplify typesetting of derivatives

Introduction

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

What is texlive-esdiff

The package makes writing derivatives very easy. It offers macros for derivatives, partial derivatives and multiple derivatives, and allows specification of the point at which the value is calculated. Some typographic alternatives may be selected by package options

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

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

sudo dnf -y install texlive-esdiff

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

sudo yum -y install texlive-esdiff

How To Uninstall texlive-esdiff on Fedora 36

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

sudo dnf remove texlive-esdiff

texlive-esdiff Package Contents on Fedora 36

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

References

Summary

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