How to Install and Uninstall stb_easy_font-devel.i686 Package on Fedora 36

Last updated: May 18,2024

1. Install "stb_easy_font-devel.i686" package

Please follow the steps below to install stb_easy_font-devel.i686 on Fedora 36

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

2. Uninstall "stb_easy_font-devel.i686" package

Please follow the guidance below to uninstall stb_easy_font-devel.i686 on Fedora 36:

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

3. Information about the stb_easy_font-devel.i686 package on Fedora 36

Last metadata expiration check: 2:14:55 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : stb_easy_font-devel
Version : 1.1^20210910gitaf1a5bc
Release : 0.2.fc36
Architecture : i686
Size : 13 k
Source : stb-0^20210910gitaf1a5bc-0.2.fc36.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.