How To Install texlive-12many on Fedora 36

In this tutorial we learn how to install texlive-12many in Fedora 36. texlive-12many is Generalising mathematical index sets

Introduction

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

What is texlive-12many

In the discrete branches of mathematics and the computer sciences, it will only take some seconds before you’re faced with a set like {1,…,m}. Some people write $1\ldotp\ldotp m$, others ${j to might want something else entirely. The 12many package provides an interface that makes changing from one to another a one-line change.

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

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

sudo dnf -y install texlive-12many

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

sudo yum -y install texlive-12many

How To Uninstall texlive-12many on Fedora 36

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

sudo dnf remove texlive-12many

texlive-12many Package Contents on Fedora 36

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

References

Summary

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