How To Install GLee on Fedora 36
Introduction
In this tutorial we learn how to install GLee
on Fedora 36.
What is GLee
GLee (GL Easy Extension library) is a free cross-platform extension loading library for OpenGL. It provides seamless support for OpenGL functions up to version 3.0 and 399 extensions.
We can use yum
or dnf
to install GLee
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install GLee.
Install GLee 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 GLee
using dnf
by running the following command:
sudo dnf -y install GLee
Install GLee on Fedora 36 Using yum
Update yum database with yum
using the following command.
---
sudo yum makecache --refresh
title: “How To Install GLee on Fedora 36”
linkTitle: “GLee”
After updating yum database, We can install GLee
using yum
by running the following command:
type: “docs”
description: "In this tutorial we learn how to install GLee in Fedora 36. GLee is GL Easy Extension library"
sudo yum -y install GLee
date: "2022-08-17"
lastmod: “2022-08-17” #image: /images/fedora/36/GLee-featured.png
How To Uninstall GLee on Fedora 36
Introduction
To uninstall only the GLee
package we can use the following command:
In this tutorial we learn how to install GLee
on Fedora 36.
sudo dnf remove GLee
### What is `GLee`
GLee (GL Easy Extension library) is a free cross-platform extension loading library for OpenGL. It provides seamless support for OpenGL functions up to version 3.0 and 399 extensions.
GLee Package Contents on Fedora 36
We can use `yum` or `dnf` to install `GLee` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install GLee.
## Install GLee on Fedora 36 Using dnf
Update yum database with `dnf` using the following command.
```bash
sudo dnf makecache --refresh
After updating yum database, We can install GLee
using dnf
by running the following command:
sudo dnf -y install GLee
Install GLee 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 GLee
using yum
by running the following command:
sudo yum -y install GLee
How To Uninstall GLee on Fedora 36
To uninstall only the GLee
package we can use the following command:
sudo dnf remove GLee
GLee Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/7b
/usr/lib/.build-id/7b/d01908a943c0393cb22f77de1c0b4b914d807b
/usr/lib64/libGLee.so.5
/usr/lib64/libGLee.so.5.4.0
/usr/share/doc/GLee
/usr/share/doc/GLee/readme.txt
References
Summary
In this tutorial we learn how to install GLee
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
/usr/lib/.build-id /usr/lib/.build-id/de /usr/lib/.build-id/de/b151c679aeae45a81b890531af545c1601f5a6 /usr/lib/libGLee.so.5 /usr/lib/libGLee.so.5.4.0 /usr/share/doc/GLee /usr/share/doc/GLee/readme.txt
## References
* [GLee website](http://elf-stone.com/glee.php)
## Summary
In this tutorial we learn how to install `GLee` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).