How to Install and Uninstall stb_easy_font-devel.x86_64 Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 09,2024

1. Install "stb_easy_font-devel.x86_64" package

Please follow the instructions below to install stb_easy_font-devel.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install stb_easy_font-devel.x86_64

2. Uninstall "stb_easy_font-devel.x86_64" package

This is a short guide on how to uninstall stb_easy_font-devel.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove stb_easy_font-devel.x86_64 $ sudo dnf autoremove

3. Information about the stb_easy_font-devel.x86_64 package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 0:23:42 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : stb_easy_font-devel
Version : 1.1^20240213gitae721c5
Release : 1.el9
Architecture : x86_64
Size : 16 k
Source : stb-0^20240213gitae721c5-1.el9.src.rpm
Repository : epel
Summary : Quick-and-dirty easy-to-deploy bitmap font for printing frame rate, etc
URL : https://github.com/nothings/stb
License : MIT OR Unlicense
Description : Easy-to-deploy,
: reasonably compact,
: extremely inefficient performance-wise,
: crappy-looking,
: ASCII-only,
: bitmap font for use in 3D APIs.
:
: Intended for when you just want to get some text displaying in a 3D app as
: quickly as possible.
:
: Doesn’t use any textures, instead builds characters out of quads.