How To Install libdockapp-fonts on Fedora 36
Introduction
In this tutorial we learn how to install libdockapp-fonts on Fedora 36.
What is libdockapp-fonts
Bitmap X fonts provided with libdockapp.
We can use yum or dnf to install libdockapp-fonts on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libdockapp-fonts.
Install libdockapp-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 libdockapp-fonts using dnf by running the following command:
sudo dnf -y install libdockapp-fonts
Install libdockapp-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 libdockapp-fonts using yum by running the following command:
sudo yum -y install libdockapp-fonts
How To Uninstall libdockapp-fonts on Fedora 36
To uninstall only the libdockapp-fonts package we can use the following command:
sudo dnf remove libdockapp-fonts
libdockapp-fonts Package Contents on Fedora 36
/etc/X11/fontpath.d/dockapp
/usr/share/X11/fonts/dockapp
/usr/share/X11/fonts/misc/fonts.dir
/usr/share/X11/fonts/misc/luxel-ascii-06x09.pcf.gz
/usr/share/X11/fonts/misc/seg7-ascii-05x07.pcf.gz
References
Summary
In this tutorial we learn how to install libdockapp-fonts on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).