How To Install texlive-songs on Fedora 36

In this tutorial we learn how to install texlive-songs in Fedora 36. texlive-songs is Produce song books for church or fellowship

Introduction

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

What is texlive-songs

The package provides a means of producing beautiful song books for church or fellowship. It offers syntax; multiple modes (words-only; words+chords; slides; handouts); measure bars; guitar tablatures; automatic transposition; scripture quotations; multiple indexes (sorted by title, author, important lyrics, or scripture references); and projector-style output generation, for interactive use. A set of example documents is provided.

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

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

sudo dnf -y install texlive-songs

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

sudo yum -y install texlive-songs

How To Uninstall texlive-songs on Fedora 36

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

sudo dnf remove texlive-songs

texlive-songs Package Contents on Fedora 36

/usr/share/licenses/texlive-songs
/usr/share/licenses/texlive-songs/gpl.txt
/usr/share/texlive/texmf-dist/tex/latex/songs
/usr/share/texlive/texmf-dist/tex/latex/songs/songs.sty

References

Summary

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