How To Install texlive-multienv on Fedora 36

In this tutorial we learn how to install texlive-multienv in Fedora 36. texlive-multienv is Multiple environments using a “key=value” syntax

Introduction

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

What is texlive-multienv

The package provides a multienv environment which permits easy addition of multiple environments using a key=value syntax. Macros to define environments using this syntax are also provided.

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

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

sudo dnf -y install texlive-multienv

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

sudo yum -y install texlive-multienv

How To Uninstall texlive-multienv on Fedora 36

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

sudo dnf remove texlive-multienv

texlive-multienv Package Contents on Fedora 36

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

References

Summary

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