How To Install gbdfed on Fedora 36
Introduction
In this tutorial we learn how to install gbdfed
on Fedora 36.
What is gbdfed
gbdfed lets you interactively create new bitmap font files or modify existing ones. It allows editing multiple fonts and multiple glyphs, it allows cut and paste operations between fonts and glyphs and editing font properties. The editor works natively with BDF fonts.
We can use yum
or dnf
to install gbdfed
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install gbdfed.
Install gbdfed 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 gbdfed
using dnf
by running the following command:
sudo dnf -y install gbdfed
Install gbdfed 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 gbdfed
using yum
by running the following command:
sudo yum -y install gbdfed
How To Uninstall gbdfed on Fedora 36
To uninstall only the gbdfed
package we can use the following command:
sudo dnf remove gbdfed
gbdfed Package Contents on Fedora 36
/usr/bin/gbdfed
/usr/lib/.build-id
/usr/lib/.build-id/aa
/usr/lib/.build-id/aa/03686d3915d2adeacfa482bf17ca5006934ea3
/usr/share/applications/gbdfed.desktop
/usr/share/doc/gbdfed
/usr/share/doc/gbdfed/README
/usr/share/man/man1/gbdfed.1.gz
/usr/share/pixmaps/gbdfed.png
References
Summary
In this tutorial we learn how to install gbdfed
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).