How To Install cube2font on Fedora 36
Introduction
In this tutorial we learn how to install cube2font
on Fedora 36.
What is cube2font
cube2font is a utility program designed to create font bitmaps for Cube Engine games, it works by taking a Truetype font and building it into a set of coordinates in an image. cube2font is an improved version of the previous TTF2Font, supporting a much larger range of characters.
We can use yum
or dnf
to install cube2font
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install cube2font.
Install cube2font 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 cube2font
using dnf
by running the following command:
sudo dnf -y install cube2font
Install cube2font 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 cube2font
using yum
by running the following command:
sudo yum -y install cube2font
How To Uninstall cube2font on Fedora 36
To uninstall only the cube2font
package we can use the following command:
sudo dnf remove cube2font
cube2font Package Contents on Fedora 36
/usr/bin/cube2font
/usr/lib/.build-id
/usr/lib/.build-id/c8
/usr/lib/.build-id/c8/615b62e57931933fe6a2842f95c0eafc8fb257
/usr/share/man/man1/cube2font.1.gz
References
Summary
In this tutorial we learn how to install cube2font
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).