How To Install GtkAda-gl on Fedora 36
Introduction
In this tutorial we learn how to install GtkAda-gl
on Fedora 36.
What is GtkAda-gl
GtkAda is an Ada binding to the graphical toolkit GTK+. It allows you to develop graphical user interfaces in Ada using GTK+. The GtkAda-gl package contains the GTKada binding to the OpenGL interface.
We can use yum
or dnf
to install GtkAda-gl
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install GtkAda-gl.
Install GtkAda-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 GtkAda-gl
using dnf
by running the following command:
sudo dnf -y install GtkAda-gl
Install GtkAda-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 GtkAda-gl
using yum
by running the following command:
sudo yum -y install GtkAda-gl
How To Uninstall GtkAda-gl on Fedora 36
To uninstall only the GtkAda-gl
package we can use the following command:
sudo dnf remove GtkAda-gl
GtkAda-gl Package Contents on Fedora 36
---
title: "How To Install GtkAda-gl on Fedora 36"
linkTitle: "GtkAda-gl"
type: "docs"
description: "In this tutorial we learn how to install GtkAda-gl in Fedora 36. GtkAda-gl is GTKada 2 binding to OpenGL"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/GtkAda-gl-featured.png
---
## Introduction
In this tutorial we learn how to install `GtkAda-gl` on Fedora 36.
### What is `GtkAda-gl`
> GtkAda is an Ada binding to the graphical toolkit GTK+. It allows you to develop graphical user interfaces in Ada using GTK+. The GtkAda-gl package contains the GTKada binding to the OpenGL interface.
We can use `yum` or `dnf` to install `GtkAda-gl` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install GtkAda-gl.
## Install GtkAda-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 GtkAda-gl
using dnf
by running the following command:
sudo dnf -y install GtkAda-gl
Install GtkAda-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 GtkAda-gl
using yum
by running the following command:
/usr/lib/.build-id
/usr/lib/.build-id/2a
/usr/lib/.build-id/2a/66646c6fed2443a33e26538075a41fee33c6b4
/usr/lib/libgtkada_gl-2.24.so.2
sudo yum -y install GtkAda-gl
How To Uninstall GtkAda-gl on Fedora 36
## References
* [GtkAda-gl website](http://libre.adacore.com/libre/tools/GtkAda/)
## Summary
To uninstall only the `GtkAda-gl` package we can use the following command:
```bash
sudo dnf remove GtkAda-gl
In this tutorial we learn how to install `GtkAda-gl` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).
GtkAda-gl Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/a2
/usr/lib/.build-id/a2/e1b87cf91e8e2698e68cc6e9f5bf3953962182
/usr/lib64/libgtkada_gl-2.24.so.2
References
Summary
In this tutorial we learn how to install GtkAda-gl
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).