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