How To Install GtkAda3 on Fedora 36
#image: /images/fedora/36/GtkAda3-featured.png title: “How To Install GtkAda3 on Fedora 36”
linkTitle: “GtkAda3”
type: “docs”
Introduction
description: “In this tutorial we learn how to install GtkAda3 in Fedora 36. GtkAda3 is GTKada 3, an Ada binding to GTK+ 3”
In this tutorial we learn how to install GtkAda3
on Fedora 36.
date: “2022-08-17”
What is GtkAda3
lastmod: “2022-08-17”
#image: /images/fedora/36/GtkAda3-featured.png
GTKada is an Ada binding to the graphical toolkit GTK+. It allows you to develop graphical user interfaces in Ada using GTK+.
Introduction
We can use yum
or dnf
to install GtkAda3
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install GtkAda3.
In this tutorial we learn how to install GtkAda3
on Fedora 36.
Install GtkAda3 on Fedora 36 Using dnf
What is GtkAda3
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install GtkAda3
using dnf
by running the following command:
GTKada is an Ada binding to the graphical toolkit GTK+. It allows you to develop graphical user interfaces in Ada using GTK+.
sudo dnf -y install GtkAda3
We can use yum
or dnf
to install GtkAda3
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install GtkAda3.
Install GtkAda3 on Fedora 36 Using yum
Install GtkAda3 on Fedora 36 Using dnf
Update yum database with yum
using the following command.
Update yum database with dnf
using the following command.
sudo yum makecache --refresh
```bash
sudo dnf makecache –refresh
After updating yum database, We can install `GtkAda3` using `yum` by running the following command:
After updating yum database, We can install `GtkAda3` using `dnf` by running the following command:
```bash
sudo yum -y install GtkAda3
```bash
sudo dnf -y install GtkAda3
How To Uninstall GtkAda3 on Fedora 36
To uninstall only the `GtkAda3` package we can use the following command:
## Install GtkAda3 on Fedora 36 Using yum
```bash
Update yum database with `yum` using the following command.
sudo dnf remove GtkAda3
sudo yum makecache --refresh
GtkAda3 Package Contents on Fedora 36
After updating yum database, We can install `GtkAda3` using `yum` by running the following command:
```bash
sudo yum -y install GtkAda3
How To Uninstall GtkAda3 on Fedora 36
To uninstall only the GtkAda3
package we can use the following command:
sudo dnf remove GtkAda3
GtkAda3 Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/15
/usr/lib/.build-id/15/41a2645777436baacd5780ea167878cda4649e
/usr/lib/libgtkada.so.2020
/usr/share/doc/GtkAda3
/usr/share/doc/GtkAda3/AUTHORS
/usr/share/doc/GtkAda3/README.md
/usr/share/licenses/GtkAda3
/usr/share/licenses/GtkAda3/COPYING.RUNTIME
/usr/share/licenses/GtkAda3/COPYING3
References
Summary
In this tutorial we learn how to install GtkAda3
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
/usr/lib/.build-id /usr/lib/.build-id/89 /usr/lib/.build-id/89/57cf57a8f7d904c3f18e79b2e869a2fda8c3c6 /usr/lib64/libgtkada.so.2020 /usr/share/doc/GtkAda3 /usr/share/doc/GtkAda3/AUTHORS /usr/share/doc/GtkAda3/README.md /usr/share/licenses/GtkAda3 /usr/share/licenses/GtkAda3/COPYING.RUNTIME /usr/share/licenses/GtkAda3/COPYING3
## References
* [GtkAda3 website](https://github.com/AdaCore/gtkada)
## Summary
In this tutorial we learn how to install `GtkAda3` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).