How To Install chordpro-lilypond on Fedora 36
Introduction
In this tutorial we learn how to install chordpro-lilypond on Fedora 36.
What is chordpro-lilypond
This packages installs the requirements for LilyPond support for ChordPro.
We can use yum or dnf to install chordpro-lilypond on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install chordpro-lilypond.
Install chordpro-lilypond 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 chordpro-lilypond using dnf by running the following command:
sudo dnf -y install chordpro-lilypond
Install chordpro-lilypond 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 chordpro-lilypond using yum by running the following command:
sudo yum -y install chordpro-lilypond
How To Uninstall chordpro-lilypond on Fedora 36
To uninstall only the chordpro-lilypond package we can use the following command:
sudo dnf remove chordpro-lilypond
chordpro-lilypond Package Contents on Fedora 36
/usr/share/chordpro-5.987/lib/App/Music/ChordPro/Delegate/Lilypond.pm
/usr/share/doc/chordpro-lilypond
/usr/share/doc/chordpro-lilypond/README.LilyPond
References
Summary
In this tutorial we learn how to install chordpro-lilypond on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).