How To Install ftgl-devel on Fedora 36
Introduction
In this tutorial we learn how to install ftgl-devel
on Fedora 36.
What is ftgl-devel
The ftgl-devel package contains libraries and header files for developing applications that use ftgl.
We can use yum
or dnf
to install ftgl-devel
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ftgl-devel.
Install ftgl-devel 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-devel
using dnf
by running the following command:
sudo dnf -y install ftgl-devel
Install ftgl-devel 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-devel
using yum
by running the following command:
sudo yum -y install ftgl-devel
How To Uninstall ftgl-devel on Fedora 36
To uninstall only the ftgl-devel
package we can use the following command:
sudo dnf remove ftgl-devel
ftgl-devel Package Contents on Fedora 36
/usr/include/FTGL
/usr/include/FTGL/FTBBox.h
/usr/include/FTGL/FTBitmapGlyph.h
/usr/include/FTGL/FTBuffer.h
/usr/include/FTGL/FTBufferFont.h
/usr/include/FTGL/FTBufferGlyph.h
/usr/include/FTGL/FTExtrdGlyph.h
/usr/include/FTGL/FTFont.h
/usr/include/FTGL/FTGLBitmapFont.h
/usr/include/FTGL/FTGLExtrdFont.h
/usr/include/FTGL/FTGLOutlineFont.h
/usr/include/FTGL/FTGLPixmapFont.h
/usr/include/FTGL/FTGLPolygonFont.h
/usr/include/FTGL/FTGLTextureFont.h
/usr/include/FTGL/FTGlyph.h
/usr/include/FTGL/FTLayout.h
/usr/include/FTGL/FTOutlineGlyph.h
/usr/include/FTGL/FTPixmapGlyph.h
/usr/include/FTGL/FTPoint.h
/usr/include/FTGL/FTPolyGlyph.h
/usr/include/FTGL/FTSimpleLayout.h
/usr/include/FTGL/FTTextureGlyph.h
/usr/include/FTGL/ftgl.h
/usr/lib64/libftgl.so
/usr/lib64/pkgconfig/ftgl.pc
References
Summary
In this tutorial we learn how to install ftgl-devel
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install ftgl-devel on Fedora 36” linkTitle: “ftgl-devel” type: “docs” description: “In this tutorial we learn how to install ftgl-devel in Fedora 36. ftgl-devel is Development files for ftgl” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/ftgl-devel-featured.png
Introduction
In this tutorial we learn how to install ftgl-devel
on Fedora 36.
What is ftgl-devel
The ftgl-devel package contains libraries and header files for developing applications that use ftgl.
We can use yum
or dnf
to install ftgl-devel
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ftgl-devel.
Install ftgl-devel 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-devel
using dnf
by running the following command:
sudo dnf -y install ftgl-devel
Install ftgl-devel 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-devel
using yum
by running the following command:
sudo yum -y install ftgl-devel
How To Uninstall ftgl-devel on Fedora 36
To uninstall only the ftgl-devel
package we can use the following command:
sudo dnf remove ftgl-devel
ftgl-devel Package Contents on Fedora 36
/usr/include/FTGL
/usr/include/FTGL/FTBBox.h
/usr/include/FTGL/FTBitmapGlyph.h
/usr/include/FTGL/FTBuffer.h
/usr/include/FTGL/FTBufferFont.h
/usr/include/FTGL/FTBufferGlyph.h
/usr/include/FTGL/FTExtrdGlyph.h
/usr/include/FTGL/FTFont.h
/usr/include/FTGL/FTGLBitmapFont.h
/usr/include/FTGL/FTGLExtrdFont.h
/usr/include/FTGL/FTGLOutlineFont.h
/usr/include/FTGL/FTGLPixmapFont.h
/usr/include/FTGL/FTGLPolygonFont.h
/usr/include/FTGL/FTGLTextureFont.h
/usr/include/FTGL/FTGlyph.h
/usr/include/FTGL/FTLayout.h
/usr/include/FTGL/FTOutlineGlyph.h
/usr/include/FTGL/FTPixmapGlyph.h
/usr/include/FTGL/FTPoint.h
/usr/include/FTGL/FTPolyGlyph.h
/usr/include/FTGL/FTSimpleLayout.h
/usr/include/FTGL/FTTextureGlyph.h
/usr/include/FTGL/ftgl.h
/usr/lib/libftgl.so
/usr/lib/pkgconfig/ftgl.pc
References
Summary
In this tutorial we learn how to install ftgl-devel
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).