How To Install wxGTK-gl on Fedora 36

In this tutorial we learn how to install wxGTK-gl in Fedora 36. wxGTK-gl is OpenGL add-on for the wxWidgets library

Introduction

In this tutorial we learn how to install wxGTK-gl on Fedora 36.

What is wxGTK-gl

OpenGL (a 3D graphics API) add-on for the wxWidgets library. wxWidgets is the GTK port of the C++ cross-platform wxWidgets GUI library, offering classes for all common GUI controls as well as a comprehensive set of helper classes for most common application tasks, ranging from networking to HTML display and image manipulation.

We can use yum or dnf to install wxGTK-gl on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install wxGTK-gl.

Install wxGTK-gl 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 wxGTK-gl using dnf by running the following command:

sudo dnf -y install wxGTK-gl

Install wxGTK-gl 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 wxGTK-gl using yum by running the following command:

sudo yum -y install wxGTK-gl

How To Uninstall wxGTK-gl on Fedora 36

To uninstall only the wxGTK-gl package we can use the following command:

---
sudo dnf remove wxGTK-gl
title: "How To Install wxGTK-gl on Fedora 36"

linkTitle: “wxGTK-gl”

type: “docs”

wxGTK-gl Package Contents on Fedora 36

description: “In this tutorial we learn how to install wxGTK-gl in Fedora 36. wxGTK-gl is OpenGL add-on for the wxWidgets library” date: “2022-08-17”

lastmod: "2022-08-17"
#image: /images/fedora/36/wxGTK-gl-featured.png
---

## Introduction

In this tutorial we learn how to install `wxGTK-gl` on Fedora 36.

### What is `wxGTK-gl`

> OpenGL (a 3D graphics API) add-on for the wxWidgets library. wxWidgets is the GTK port of the C++ cross-platform wxWidgets GUI library, offering classes for all common GUI controls as well as a comprehensive set of helper classes for most common application tasks, ranging from networking to HTML display and image manipulation.  

We can use `yum` or `dnf` to install `wxGTK-gl` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install wxGTK-gl.

## Install wxGTK-gl 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 wxGTK-gl using dnf by running the following command:

sudo dnf -y install wxGTK-gl

Install wxGTK-gl 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 wxGTK-gl using yum by running the following command:

sudo yum -y install wxGTK-gl

How To Uninstall wxGTK-gl on Fedora 36

To uninstall only the wxGTK-gl package we can use the following command:

sudo dnf remove wxGTK-gl

wxGTK-gl Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/02
/usr/lib/.build-id/02/6e08c4cd349962cc6f03e995d578bc90dfee11
/usr/lib64/libwx_gtk3u_gl-3.1.so.5
/usr/lib64/libwx_gtk3u_gl-3.1.so.5.0.0
/usr/lib/.build-id
/usr/lib/.build-id/e1
/usr/lib/.build-id/e1/72369c8d0e6d1b21f972bed325de3b2e3dba44
/usr/lib/libwx_gtk3u_gl-3.1.so.5
/usr/lib/libwx_gtk3u_gl-3.1.so.5.0.0

References

Summary

In this tutorial we learn how to install wxGTK-gl on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).


## References

* [wxGTK-gl website](https://www.wxwidgets.org/)

## Summary

In this tutorial we learn how to install `wxGTK-gl` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).