How To Install texlive-gmverse on Fedora 36

In this tutorial we learn how to install texlive-gmverse in Fedora 36. texlive-gmverse is A package for typesetting (short) poems

Introduction

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

What is texlive-gmverse

A redefinition of the verse environment to make the \ command optional for line ends and to give it a possibility of optical centering and `right-hanging’ alignment of lines broken because of length.

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

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

sudo dnf -y install texlive-gmverse

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

sudo yum -y install texlive-gmverse

How To Uninstall texlive-gmverse on Fedora 36

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

sudo dnf remove texlive-gmverse

texlive-gmverse Package Contents on Fedora 36

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

References

Summary

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