How To Install texlive-chordbox on Fedora 36
Introduction
In this tutorial we learn how to install texlive-chordbox
on Fedora 36.
What is texlive-chordbox
This package provides two macros for drawing chord diagrams, as may be found for example in chord charts/books and educational materials. They are composed as TikZ pictures and have several options to modify their appearance.
We can use yum
or dnf
to install texlive-chordbox
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-chordbox.
Install texlive-chordbox 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-chordbox
using dnf
by running the following command:
sudo dnf -y install texlive-chordbox
Install texlive-chordbox 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-chordbox
using yum
by running the following command:
sudo yum -y install texlive-chordbox
How To Uninstall texlive-chordbox on Fedora 36
To uninstall only the texlive-chordbox
package we can use the following command:
sudo dnf remove texlive-chordbox
texlive-chordbox Package Contents on Fedora 36
/usr/share/licenses/texlive-chordbox
/usr/share/licenses/texlive-chordbox/lppl.txt
/usr/share/texlive/texmf-dist/doc/latex/chordbox
/usr/share/texlive/texmf-dist/doc/latex/chordbox/README.md
/usr/share/texlive/texmf-dist/doc/latex/chordbox/chordbox.pdf
/usr/share/texlive/texmf-dist/doc/latex/chordbox/chordbox.tex
/usr/share/texlive/texmf-dist/tex/latex/chordbox
/usr/share/texlive/texmf-dist/tex/latex/chordbox/chordbox.sty
References
Summary
In this tutorial we learn how to install texlive-chordbox
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).