How To Install otf2bdf on Fedora 36
Introduction
In this tutorial we learn how to install otf2bdf on Fedora 36.
What is otf2bdf
otf2bdf is a command line utility that uses the FreeType 2 font rendering library to generate BDF bitmap fonts from OpenType outline fonts at different sizes and resolutions. This program is essentially the same as the ttf2bdf program except that it uses FreeType 2., not FreeType 1., has some bug fixes, and includes a new command line parameter to print out the available encoding tables in the font.
We can use yum or dnf to install otf2bdf on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install otf2bdf.
Install otf2bdf 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 otf2bdf using dnf by running the following command:
sudo dnf -y install otf2bdf
Install otf2bdf 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 otf2bdf using yum by running the following command:
sudo yum -y install otf2bdf
How To Uninstall otf2bdf on Fedora 36
To uninstall only the otf2bdf package we can use the following command:
sudo dnf remove otf2bdf
otf2bdf Package Contents on Fedora 36
/usr/bin/otf2bdf
/usr/lib/.build-id
/usr/lib/.build-id/48
/usr/lib/.build-id/48/bc40e05b187350376ccda29a869d8525f119fe
/usr/share/doc/otf2bdf
/usr/share/doc/otf2bdf/README
/usr/share/man/man1/otf2bdf.1.gz
References
Summary
In this tutorial we learn how to install otf2bdf on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).