How To Install quesoglc on Fedora 36
Introduction
In this tutorial we learn how to install quesoglc
on Fedora 36.
What is quesoglc
The OpenGL Character Renderer (GLC) is a state machine that provides OpenGL programs with character rendering services via an application programming interface (API).
We can use yum
or dnf
to install quesoglc
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install quesoglc.
Install quesoglc 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 quesoglc
using dnf
by running the following command:
sudo dnf -y install quesoglc
Install quesoglc 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 quesoglc
using yum
by running the following command:
sudo yum -y install quesoglc
How To Uninstall quesoglc on Fedora 36
To uninstall only the quesoglc
package we can use the following command:
sudo dnf remove quesoglc
quesoglc Package Contents on Fedora 36
---
title: "How To Install quesoglc on Fedora 36"
linkTitle: "quesoglc"
type: "docs"
description: "In this tutorial we learn how to install quesoglc in Fedora 36. quesoglc is The OpenGL Character Renderer"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/quesoglc-featured.png
---
## Introduction
In this tutorial we learn how to install `quesoglc` on Fedora 36.
### What is `quesoglc`
> The OpenGL Character Renderer (GLC) is a state machine that provides OpenGL programs with character rendering services via an application programming interface (API).
We can use `yum` or `dnf` to install `quesoglc` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install quesoglc.
## Install quesoglc 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 quesoglc
using dnf
by running the following command:
sudo dnf -y install quesoglc
Install quesoglc 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 quesoglc
using yum
by running the following command:
sudo yum -y install quesoglc
How To Uninstall quesoglc on Fedora 36
To uninstall only the quesoglc
package we can use the following command:
sudo dnf remove quesoglc
/usr/lib/.build-id /usr/lib/.build-id/c7 /usr/lib/.build-id/c7/1653404bef456a3d17818d1d15ce081e3ca170 /usr/lib/libGLC.so.0 /usr/lib/libGLC.so.0.0.7 /usr/share/doc/quesoglc /usr/share/doc/quesoglc/AUTHORS /usr/share/doc/quesoglc/ChangeLog /usr/share/doc/quesoglc/README /usr/share/doc/quesoglc/THANKS /usr/share/licenses/quesoglc /usr/share/licenses/quesoglc/COPYING
quesoglc Package Contents on Fedora 36
References
Summary
In this tutorial we learn how to install quesoglc
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
/usr/lib/.build-id /usr/lib/.build-id/8b /usr/lib/.build-id/8b/cc596a8355d99546fbee72b9d0a0d61864911f /usr/lib64/libGLC.so.0 /usr/lib64/libGLC.so.0.0.7 /usr/share/doc/quesoglc /usr/share/doc/quesoglc/AUTHORS /usr/share/doc/quesoglc/ChangeLog /usr/share/doc/quesoglc/README /usr/share/doc/quesoglc/THANKS /usr/share/licenses/quesoglc /usr/share/licenses/quesoglc/COPYING
## References
* [quesoglc website](http://quesoglc.sourceforge.net/)
## Summary
In this tutorial we learn how to install `quesoglc` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).