How To Install texlive-jkmath on Fedora 36

In this tutorial we learn how to install texlive-jkmath in Fedora 36. texlive-jkmath is Macros for mathematics that make the code more readable

Introduction

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

What is texlive-jkmath

Inspired by the physicspackage on CTAN, the package defines some simple macros for mathematical notation which make the code more readable and/or allow flexibility in typesetting material.

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

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

sudo dnf -y install texlive-jkmath

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

sudo yum -y install texlive-jkmath

How To Uninstall texlive-jkmath on Fedora 36

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

sudo dnf remove texlive-jkmath

texlive-jkmath Package Contents on Fedora 36

/usr/share/licenses/texlive-jkmath
/usr/share/licenses/texlive-jkmath/lppl.txt
/usr/share/texlive/texmf-dist/doc/latex/jkmath
/usr/share/texlive/texmf-dist/doc/latex/jkmath/README.md
/usr/share/texlive/texmf-dist/doc/latex/jkmath/jkmath.pdf
/usr/share/texlive/texmf-dist/doc/latex/jkmath/jkmath.tex
/usr/share/texlive/texmf-dist/tex/latex/jkmath
/usr/share/texlive/texmf-dist/tex/latex/jkmath/jkmath.sty

References

Summary

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