How to Install and Uninstall ftgl.x86_64 Package on AlmaLinux 8

Last updated: September 21,2024

1. Install "ftgl.x86_64" package

Here is a brief guide to show you how to install ftgl.x86_64 on AlmaLinux 8

$ sudo dnf update $ sudo dnf install ftgl.x86_64

2. Uninstall "ftgl.x86_64" package

In this section, we are going to explain the necessary steps to uninstall ftgl.x86_64 on AlmaLinux 8:

$ sudo dnf remove ftgl.x86_64 $ sudo dnf autoremove

3. Information about the ftgl.x86_64 package on AlmaLinux 8

Last metadata expiration check: 0:09:37 ago on Mon Sep 5 03:22:42 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.