How To Install ns-bola-fonts on Fedora 36
Introduction
In this tutorial we learn how to install ns-bola-fonts on Fedora 36.
What is ns-bola-fonts
A chunky geometric font like many others out there! It supports diacritics in addition to the basic latin set of characters. The font was created by Pablo Caro.
We can use yum or dnf to install ns-bola-fonts on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ns-bola-fonts.
Install ns-bola-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 ns-bola-fonts using dnf by running the following command:
sudo dnf -y install ns-bola-fonts
Install ns-bola-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 ns-bola-fonts using yum by running the following command:
sudo yum -y install ns-bola-fonts
How To Uninstall ns-bola-fonts on Fedora 36
To uninstall only the ns-bola-fonts package we can use the following command:
sudo dnf remove ns-bola-fonts
ns-bola-fonts Package Contents on Fedora 36
/etc/fonts/conf.d/64-ns-bola.conf
/usr/share/appdata/ns-bola.metainfo.xml
/usr/share/fontconfig/conf.avail/64-ns-bola.conf
/usr/share/fonts/ns-bola
/usr/share/fonts/ns-bola/bola.ttf
References
Summary
In this tutorial we learn how to install ns-bola-fonts on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).