How to Install and Uninstall stb_easy_font-devel.x86_64 Package on Fedora 35

Last updated: October 05,2024

1. Install "stb_easy_font-devel.x86_64" package

This guide covers the steps necessary to install stb_easy_font-devel.x86_64 on Fedora 35

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

2. Uninstall "stb_easy_font-devel.x86_64" package

Please follow the instructions below to uninstall stb_easy_font-devel.x86_64 on Fedora 35:

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

3. Information about the stb_easy_font-devel.x86_64 package on Fedora 35

Last metadata expiration check: 3:27:22 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : stb_easy_font-devel
Version : 1.1^20210910gitaf1a5bc
Release : 0.2.fc35
Architecture : x86_64
Size : 13 k
Source : stb-0^20210910gitaf1a5bc-0.2.fc35.src.rpm
Repository : updates
Summary : Bitmap font for 3D rendering
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.