< Home - < Back

ftgl


Information about the package, ftgl, which is shipped with common Linux distributions. The ftgl package is designed for, OpenGL frontend to Freetype 2.


Package Name:

ftgl

Summary:

OpenGL frontend to Freetype 2

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.

Architecture:

x86_64

Version:

2.1.3

Release:

0.3.rc5.el6

Size:

99 k

Repository:

epel

From Repository:

Licence:

LGPLv2



Handy Yum Commands for ftgl


Control the ftgl package with the following handy commands outlined below.


Command

Description of Command

yum install ftgl

This command will install ftgl on the server.

yum remove ftgl

This command will un-install ftgl on the server. When you run this command, you will be asked if you are sure that you want to remove ftgl, so you have to manually confirm that you want to do this.

yum -y remove ftgl

This command will un-install ftgl on the server. When you run this command with th e -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove ftgl when using the -y flag.

yum update ftgl

This command will update ftgl to the latest version. When you run this command, you will be asked if you are sure that you want to remove ftgl, so you have to manually confirm that you want to do this.

yum -y update ftgl

This command will update ftgl to the latest version. When you run this command with the -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove ftgl when using the -y flag.

yum info ftgl

This command will show you core information about the ftgl package.

yum deplist ftgl

This command will show you the dependencies for ftgl. Thankfully, when using Yum, if dependencies are required, these are also installed at the same time so you don't have to worry too much about that.

yum check-update ftgl

This command will check if there is an update waiting on ftgl. When you run this command this will return nothing if there is nothing to update, or, will return the package name if the package is due to be updated.