How To Install libglademm24 on Fedora 36

In this tutorial we learn how to install libglademm24 in Fedora 36. libglademm24 is C++ wrapper for libglade

Introduction

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

What is libglademm24

This package provides a C++ interface for libglademm. It is a subpackage of the GTKmm project. The interface provides a convenient interface for C++ programmers to create Gnome GUIs with GTK+’s flexible object-oriented framework.

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

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

sudo dnf -y install libglademm24

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

sudo yum -y install libglademm24

How To Uninstall libglademm24 on Fedora 36

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

sudo dnf remove libglademm24

libglademm24 Package Contents on Fedora 36

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

## Introduction

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

### What is `libglademm24`

> This package provides a C++ interface for libglademm. It is a subpackage of the GTKmm project.  The interface provides a convenient interface for C++ programmers to create Gnome GUIs with GTK+'s flexible object-oriented framework.  

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

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

sudo dnf -y install libglademm24

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

sudo yum -y install libglademm24

How To Uninstall libglademm24 on Fedora 36

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

sudo dnf remove libglademm24

libglademm24 Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/3a
/usr/lib/.build-id/3a/b35ebaa2f896e8e1be5692778678486bacc2bd
/usr/lib64/libglademm-2.4.so.1
/usr/lib64/libglademm-2.4.so.1.0.5
/usr/share/licenses/libglademm24
/usr/share/licenses/libglademm24/COPYING

References

Summary

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

/usr/lib/.build-id /usr/lib/.build-id/70 /usr/lib/.build-id/70/d6ce097d3ddd5fd8685db988670d184fb89915 /usr/lib/libglademm-2.4.so.1 /usr/lib/libglademm-2.4.so.1.0.5 /usr/share/licenses/libglademm24 /usr/share/licenses/libglademm24/COPYING


## References

* [libglademm24 website](https://www.gtkmm.org/)

## Summary

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