How To Install ftgl on Fedora 36

In this tutorial we learn how to install ftgl in Fedora 36. ftgl is OpenGL frontend to Freetype 2

Introduction

In this tutorial we learn how to install ftgl on Fedora 36.

What is ftgl

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.

We can use yum or dnf to install ftgl on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ftgl.

Install ftgl on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install ftgl using dnf by running the following command:

sudo dnf -y install ftgl

Install ftgl on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install ftgl using yum by running the following command:

sudo yum -y install ftgl

How To Uninstall ftgl on Fedora 36

To uninstall only the ftgl package we can use the following command:

sudo dnf remove ftgl

ftgl Package Contents on Fedora 36

---
title: "How To Install ftgl on Fedora 36"
linkTitle: "ftgl"
type: "docs"
description: "In this tutorial we learn how to install ftgl in Fedora 36. ftgl is OpenGL frontend to Freetype 2"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/ftgl-featured.png
---

## Introduction

In this tutorial we learn how to install `ftgl` on Fedora 36.

### What is `ftgl`

> 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.  

/usr/lib/.build-id
/usr/lib/.build-id/2e
/usr/lib/.build-id/2e/457e15d3b18edd682e0f0c63229a86951658f2
/usr/lib/libftgl.so.2
/usr/lib/libftgl.so.2.1.3
/usr/share/doc/ftgl
/usr/share/doc/ftgl/AUTHORS
/usr/share/doc/ftgl/BUGS
/usr/share/doc/ftgl/COPYING
/usr/share/doc/ftgl/ChangeLog
/usr/share/doc/ftgl/NEWS
/usr/share/doc/ftgl/README
/usr/share/doc/ftgl/TODO
We can use `yum` or `dnf` to install `ftgl` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ftgl.

## Install ftgl on Fedora 36 Using dnf

Update yum database with `dnf` using the following command.
## References
sudo dnf makecache --refresh

After updating yum database, We can install ftgl using dnf by running the following command:

Summary

sudo dnf -y install ftgl

In this tutorial we learn how to install ftgl on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).

Install ftgl on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install ftgl using yum by running the following command:

sudo yum -y install ftgl

How To Uninstall ftgl on Fedora 36

To uninstall only the ftgl package we can use the following command:

sudo dnf remove ftgl

ftgl Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/b2
/usr/lib/.build-id/b2/726c01da8b601533df80b1663e35c296c85e9a
/usr/lib64/libftgl.so.2
/usr/lib64/libftgl.so.2.1.3
/usr/share/doc/ftgl
/usr/share/doc/ftgl/AUTHORS
/usr/share/doc/ftgl/BUGS
/usr/share/doc/ftgl/COPYING
/usr/share/doc/ftgl/ChangeLog
/usr/share/doc/ftgl/NEWS
/usr/share/doc/ftgl/README
/usr/share/doc/ftgl/TODO

References

Summary

In this tutorial we learn how to install ftgl on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).