How To Install GtkAda3-gl on Fedora 36

In this tutorial we learn how to install GtkAda3-gl in Fedora 36. GtkAda3-gl is GTKada 3 binding to OpenGL

Introduction

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

What is GtkAda3-gl

GTKada is an Ada binding to the graphical toolkit GTK+. It allows you to develop graphical user interfaces in Ada using GTK+. The GtkAda3-gl package contains the GTKada binding to the OpenGL interface.

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

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

sudo dnf -y install GtkAda3-gl

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

sudo yum -y install GtkAda3-gl

How To Uninstall GtkAda3-gl on Fedora 36

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

sudo dnf remove GtkAda3-gl

GtkAda3-gl Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/63
/usr/lib/.build-id/63/4e0d14c0b95b1e1f78c6acd5a39a1f4e02853e
/usr/lib/libgtkada_gl.so.2020

References

Summary

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


title: “How To Install GtkAda3-gl on Fedora 36” linkTitle: “GtkAda3-gl” type: “docs” description: “In this tutorial we learn how to install GtkAda3-gl in Fedora 36. GtkAda3-gl is GTKada 3 binding to OpenGL” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/GtkAda3-gl-featured.png

Introduction

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

What is GtkAda3-gl

GTKada is an Ada binding to the graphical toolkit GTK+. It allows you to develop graphical user interfaces in Ada using GTK+. The GtkAda3-gl package contains the GTKada binding to the OpenGL interface.

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

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

sudo dnf -y install GtkAda3-gl

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

sudo yum -y install GtkAda3-gl

How To Uninstall GtkAda3-gl on Fedora 36

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

sudo dnf remove GtkAda3-gl

GtkAda3-gl Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/af
/usr/lib/.build-id/af/405b0f5f5c25b6fbf736ff82713027fd42ed7f
/usr/lib64/libgtkada_gl.so.2020

References

Summary

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