How To Install libgle on Fedora 36
Introduction
In this tutorial we learn how to install libgle
on Fedora 36.
What is libgle
The GLE Tubing and Extrusion Library consists of a number of “C” language subroutines for drawing tubing and extrusions. It is a very fast implementation of these shapes, outperforming all other implementations, most by orders of magnitude. It uses the OpenGL programming API to perform the actual drawing of the tubing and extrusions.
We can use yum
or dnf
to install libgle
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libgle.
Install libgle 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 libgle
using dnf
by running the following command:
sudo dnf -y install libgle
Install libgle 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 libgle
using yum
by running the following command:
sudo yum -y install libgle
How To Uninstall libgle on Fedora 36
To uninstall only the libgle
package we can use the following command:
sudo dnf remove libgle
libgle Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/d1
/usr/lib/.build-id/d1/cc2eb102a7b27fea828748270bd693d379f106
/usr/lib/libgle.so.3
/usr/lib/libgle.so.3.1.0
/usr/share/doc/libgle
/usr/share/doc/libgle/AUTHORS
/usr/share/doc/libgle/COPYING
/usr/share/doc/libgle/README
References
Summary
In this tutorial we learn how to install libgle
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install libgle on Fedora 36” linkTitle: “libgle” type: “docs” description: “In this tutorial we learn how to install libgle in Fedora 36. libgle is A Tubing and Extrusion Library for OpenGL” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/libgle-featured.png
Introduction
In this tutorial we learn how to install libgle
on Fedora 36.
What is libgle
The GLE Tubing and Extrusion Library consists of a number of “C” language subroutines for drawing tubing and extrusions. It is a very fast implementation of these shapes, outperforming all other implementations, most by orders of magnitude. It uses the OpenGL programming API to perform the actual drawing of the tubing and extrusions.
We can use yum
or dnf
to install libgle
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libgle.
Install libgle 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 libgle
using dnf
by running the following command:
sudo dnf -y install libgle
Install libgle 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 libgle
using yum
by running the following command:
sudo yum -y install libgle
How To Uninstall libgle on Fedora 36
To uninstall only the libgle
package we can use the following command:
sudo dnf remove libgle
libgle Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/33
/usr/lib/.build-id/33/f422940e0473f452de16103de0e207a15a372e
/usr/lib64/libgle.so.3
/usr/lib64/libgle.so.3.1.0
/usr/share/doc/libgle
/usr/share/doc/libgle/AUTHORS
/usr/share/doc/libgle/COPYING
/usr/share/doc/libgle/README
References
Summary
In this tutorial we learn how to install libgle
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).