How To Install denemo-fonts-common on Fedora 36
Introduction
In this tutorial we learn how to install denemo-fonts-common on Fedora 36.
What is denemo-fonts-common
Denemo is a free software (GPL) music notation editor for GNU/Linux that lets you rapidly enter notation for typesetting via the LilyPond music engraver. You can compose, transcribe, arrange, listen to the music and much more. This contains the directory common to all Denemo fonts.
We can use yum or dnf to install denemo-fonts-common on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install denemo-fonts-common.
Install denemo-fonts-common 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 denemo-fonts-common using dnf by running the following command:
sudo dnf -y install denemo-fonts-common
Install denemo-fonts-common 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 denemo-fonts-common using yum by running the following command:
sudo yum -y install denemo-fonts-common
How To Uninstall denemo-fonts-common on Fedora 36
To uninstall only the denemo-fonts-common package we can use the following command:
sudo dnf remove denemo-fonts-common
denemo-fonts-common Package Contents on Fedora 36
/usr/share/doc/denemo-fonts-common
/usr/share/doc/denemo-fonts-common/AUTHORS
/usr/share/doc/denemo-fonts-common/COPYING
References
Summary
In this tutorial we learn how to install denemo-fonts-common on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).