How To Install d-din-condensed-fonts on Fedora 36
Introduction
In this tutorial we learn how to install d-din-condensed-fonts on Fedora 36.
What is d-din-condensed-fonts
D-DIN is a sans-serif typeface family derived from German DIN (Deutsches Institut fuer Normung / German Institute for Standardization) font style. This font was commissioned by Datto, Inc. from Monotype and is used for the company’s primary corporate typography. This package provides the condensed fonts variant.
We can use yum or dnf to install d-din-condensed-fonts on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install d-din-condensed-fonts.
Install d-din-condensed-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 d-din-condensed-fonts using dnf by running the following command:
sudo dnf -y install d-din-condensed-fonts
Install d-din-condensed-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 d-din-condensed-fonts using yum by running the following command:
sudo yum -y install d-din-condensed-fonts
How To Uninstall d-din-condensed-fonts on Fedora 36
To uninstall only the d-din-condensed-fonts package we can use the following command:
sudo dnf remove d-din-condensed-fonts
d-din-condensed-fonts Package Contents on Fedora 36
/etc/fonts/conf.d/64-d-din-condensed.conf
/usr/share/doc/d-din-condensed-fonts
/usr/share/doc/d-din-condensed-fonts/FONTLOG.txt
/usr/share/doc/d-din-condensed-fonts/README
/usr/share/fontconfig/conf.avail/64-d-din-condensed.conf
/usr/share/fonts/d-din
/usr/share/fonts/d-din/D-DINCondensed-Bold.otf
/usr/share/fonts/d-din/D-DINCondensed.otf
/usr/share/licenses/d-din-condensed-fonts
/usr/share/licenses/d-din-condensed-fonts/CC-BY-SA-4.0.txt
/usr/share/licenses/d-din-condensed-fonts/OFL-1.1.txt
/usr/share/metainfo/com.datto.d-din-condensed.metainfo.xml
References
Summary
In this tutorial we learn how to install d-din-condensed-fonts on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).