How To Install glyphicons-halflings-fonts on Fedora 36
Introduction
In this tutorial we learn how to install glyphicons-halflings-fonts on Fedora 36.
What is glyphicons-halflings-fonts
GLYPHICONS is a library of precisely prepared monochromatic icons and symbols, created with an emphasis on simplicity and easy orientation.
We can use yum or dnf to install glyphicons-halflings-fonts on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install glyphicons-halflings-fonts.
Install glyphicons-halflings-fonts 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 glyphicons-halflings-fonts using dnf by running the following command:
sudo dnf -y install glyphicons-halflings-fonts
Install glyphicons-halflings-fonts 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 glyphicons-halflings-fonts using yum by running the following command:
sudo yum -y install glyphicons-halflings-fonts
How To Uninstall glyphicons-halflings-fonts on Fedora 36
To uninstall only the glyphicons-halflings-fonts package we can use the following command:
sudo dnf remove glyphicons-halflings-fonts
glyphicons-halflings-fonts Package Contents on Fedora 36
/usr/share/doc/glyphicons-halflings-fonts
/usr/share/doc/glyphicons-halflings-fonts/LICENSE
/usr/share/fonts/glyphicons-halflings
/usr/share/fonts/glyphicons-halflings/glyphicons-halflings-regular.ttf
References
Summary
In this tutorial we learn how to install glyphicons-halflings-fonts on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).