How To Install bitmap-fixed-opentype-fonts on Fedora 36
Introduction
In this tutorial we learn how to install bitmap-fixed-opentype-fonts on Fedora 36.
What is bitmap-fixed-opentype-fonts
The bitmap-fonts package provides a number of bitmap fonts selected from the xorg package designed for use locations such as terminals.
We can use yum or dnf to install bitmap-fixed-opentype-fonts on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install bitmap-fixed-opentype-fonts.
Install bitmap-fixed-opentype-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 bitmap-fixed-opentype-fonts using dnf by running the following command:
sudo dnf -y install bitmap-fixed-opentype-fonts
Install bitmap-fixed-opentype-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 bitmap-fixed-opentype-fonts using yum by running the following command:
sudo yum -y install bitmap-fixed-opentype-fonts
How To Uninstall bitmap-fixed-opentype-fonts on Fedora 36
To uninstall only the bitmap-fixed-opentype-fonts package we can use the following command:
sudo dnf remove bitmap-fixed-opentype-fonts
bitmap-fixed-opentype-fonts Package Contents on Fedora 36
/etc/fonts/conf.d/66-bitmap-fixed.conf
/usr/share/fontconfig/conf.avail/66-bitmap-fixed.conf
/usr/share/fonts/bitmap
/usr/share/fonts/bitmap/console9x15.otb
References
Summary
In this tutorial we learn how to install bitmap-fixed-opentype-fonts on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).