How To Install aftertheflood-sparks-fonts-common on Fedora 36
Introduction
In this tutorial we learn how to install aftertheflood-sparks-fonts-common
on Fedora 36.
What is aftertheflood-sparks-fonts-common
After the Flood Sparks is a font that allows for the combination of text and visual data to show an idea and evidence in one headline. This builds on the principle of Sparklines defined by Edward Tufte and makes them easier to use. Sparklines are currently available as plugins or javascript elements. By installing the Sparks font you can use them immediately without the need for custom code. Sparks data needs to be formatted as comma-separated values, with curly brackets at both ends of the set, e.g., {30,60,90}. You can also have numbers at the beginning and end of the set, which are useful for providing the start and end points, e.g., 123{30,60,90}456 – Sparks has numerals built in. Common files for After the Flood Sparks.
We can use yum
or dnf
to install aftertheflood-sparks-fonts-common
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install aftertheflood-sparks-fonts-common.
Install aftertheflood-sparks-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 aftertheflood-sparks-fonts-common
using dnf
by running the following command:
sudo dnf -y install aftertheflood-sparks-fonts-common
Install aftertheflood-sparks-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 aftertheflood-sparks-fonts-common
using yum
by running the following command:
sudo yum -y install aftertheflood-sparks-fonts-common
How To Uninstall aftertheflood-sparks-fonts-common on Fedora 36
To uninstall only the aftertheflood-sparks-fonts-common
package we can use the following command:
sudo dnf remove aftertheflood-sparks-fonts-common
aftertheflood-sparks-fonts-common Package Contents on Fedora 36
/usr/share/doc/aftertheflood-sparks-fonts-common
/usr/share/doc/aftertheflood-sparks-fonts-common/AUTHORS.txt
/usr/share/doc/aftertheflood-sparks-fonts-common/CONTRIBUTORS.txt
/usr/share/doc/aftertheflood-sparks-fonts-common/FONTLOG.txt
/usr/share/doc/aftertheflood-sparks-fonts-common/README.md
/usr/share/licenses/aftertheflood-sparks-fonts-common
/usr/share/licenses/aftertheflood-sparks-fonts-common/OFL.txt
/usr/share/metainfo/aftertheflood-sparks.metainfo.xml
References
Summary
In this tutorial we learn how to install aftertheflood-sparks-fonts-common
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).