How To Install libgdamm on Fedora 36

In this tutorial we learn how to install libgdamm in Fedora 36. libgdamm is C++ wrappers for libgda

Introduction

In this tutorial we learn how to install libgdamm on Fedora 36.

What is libgdamm

C++ wrappers for libgda. libgdamm is part of a set of powerful C++ bindings for the GNOME libraries, which provide additional functionality above GTK+/gtkmm.

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

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

sudo dnf -y install libgdamm

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

sudo yum -y install libgdamm

How To Uninstall libgdamm on Fedora 36

To uninstall only the libgdamm package we can use the following command:

sudo dnf remove libgdamm

libgdamm Package Contents on Fedora 36

---
title: "How To Install libgdamm on Fedora 36"
linkTitle: "libgdamm"
type: "docs"
description: "In this tutorial we learn how to install libgdamm in Fedora 36. libgdamm is C++ wrappers for libgda"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/libgdamm-featured.png
---

## Introduction

In this tutorial we learn how to install `libgdamm` on Fedora 36.

### What is `libgdamm`

> C++ wrappers for libgda. libgdamm is part of a set of powerful C++ bindings for the GNOME libraries, which provide additional functionality above GTK+/gtkmm.  

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

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

sudo dnf -y install libgdamm

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

sudo yum -y install libgdamm

How To Uninstall libgdamm on Fedora 36

To uninstall only the libgdamm package we can use the following command:

sudo dnf remove libgdamm

libgdamm Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/f0
/usr/lib/.build-id/f0/0363b5798dee00cb1bff3e3a35f3a29f6e2da9
/usr/lib64/libgdamm-5.0.so.13
/usr/lib64/libgdamm-5.0.so.13.0.0
/usr/share/doc/libgdamm
/usr/share/doc/libgdamm/AUTHORS
/usr/share/doc/libgdamm/NEWS
/usr/share/licenses/libgdamm
/usr/share/licenses/libgdamm/COPYING

References

Summary

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

/usr/lib/.build-id /usr/lib/.build-id/17 /usr/lib/.build-id/17/5f67df39ebf1d0b487a85173cde9b55a40c0dc /usr/lib/libgdamm-5.0.so.13 /usr/lib/libgdamm-5.0.so.13.0.0 /usr/share/doc/libgdamm /usr/share/doc/libgdamm/AUTHORS /usr/share/doc/libgdamm/NEWS /usr/share/licenses/libgdamm /usr/share/licenses/libgdamm/COPYING


## References

* [libgdamm website](http://www.gtkmm.org/)

## Summary

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