How To Install texlive-verbments on Fedora 36

In this tutorial we learn how to install texlive-verbments in Fedora 36. texlive-verbments is Syntax highlighting of source code in LaTeX documents

Introduction

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

What is texlive-verbments

The package provides an environment for syntax highlighting source code in LaTeX documents. The highlighted source code output is formatted via powerful Pygments library of the Python language.

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

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

sudo dnf -y install texlive-verbments

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

sudo yum -y install texlive-verbments

How To Uninstall texlive-verbments on Fedora 36

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

sudo dnf remove texlive-verbments

texlive-verbments Package Contents on Fedora 36

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

References

Summary

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