How to Install and Uninstall ftgl.x86_64 Package on Rocky Linux 8

Last updated: May 03,2024

1. Install "ftgl.x86_64" package

Please follow the guidance below to install ftgl.x86_64 on Rocky Linux 8

$ sudo dnf update $ sudo dnf install ftgl.x86_64

2. Uninstall "ftgl.x86_64" package

This tutorial shows how to uninstall ftgl.x86_64 on Rocky Linux 8:

$ sudo dnf remove ftgl.x86_64 $ sudo dnf autoremove

3. Information about the ftgl.x86_64 package on Rocky Linux 8

Last metadata expiration check: 1:18:36 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : ftgl
Version : 2.1.3
Release : 0.21.rc5.el8
Architecture : x86_64
Size : 119 k
Source : ftgl-2.1.3-0.21.rc5.el8.src.rpm
Repository : epel
Summary : OpenGL frontend to Freetype 2
URL : http://ftgl.wiki.sourceforge.net/
License : LGPLv2
Description : FTGL is a free open source library to enable developers to use arbitrary
: fonts in their OpenGL (www.opengl.org) applications.
: Unlike other OpenGL font libraries FTGL uses standard font file formats
: so doesn't need a preprocessing step to convert the high quality font data
: into a lesser quality, proprietary format.
: FTGL uses the Freetype (www.freetype.org) font library to open and 'decode'
: the fonts. It then takes that output and stores it in a format most
: efficient for OpenGL rendering.