How To Install texlive-chordbars on Fedora 36

In this tutorial we learn how to install texlive-chordbars in Fedora 36. texlive-chordbars is Print chord grids for pop/jazz tunes

Introduction

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

What is texlive-chordbars

This Tikz-based music-related package is targeted at pop/jazz guitar/bass/piano musicians. They usually need only the chords and the song structure. This package produces rectangular song patterns with “one square per bar”, with the chord shown inside the square. It also handles the song structure by showing the bar count and the repetitions of the patterns.

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

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

sudo dnf -y install texlive-chordbars

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

sudo yum -y install texlive-chordbars

How To Uninstall texlive-chordbars on Fedora 36

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

sudo dnf remove texlive-chordbars

texlive-chordbars Package Contents on Fedora 36

/usr/share/licenses/texlive-chordbars
/usr/share/licenses/texlive-chordbars/lppl.txt
/usr/share/texlive/texmf-dist/doc/latex/chordbars
/usr/share/texlive/texmf-dist/doc/latex/chordbars/README.md
/usr/share/texlive/texmf-dist/doc/latex/chordbars/chordbars_manual.pdf
/usr/share/texlive/texmf-dist/doc/latex/chordbars/chordbars_manual.tex
/usr/share/texlive/texmf-dist/doc/latex/chordbars/listing_HOTRS.lst
/usr/share/texlive/texmf-dist/doc/latex/chordbars/listing_RBP.lst
/usr/share/texlive/texmf-dist/doc/latex/chordbars/listing_blues.lst
/usr/share/texlive/texmf-dist/doc/latex/chordbars/listing_halfbar.lst
/usr/share/texlive/texmf-dist/doc/latex/chordbars/listing_sharp_flat.lst
/usr/share/texlive/texmf-dist/tex/latex/chordbars
/usr/share/texlive/texmf-dist/tex/latex/chordbars/chordbars.sty

References

Summary

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