How To Install gconfmm26 on Fedora 34

gconfmm26 is C++ wrapper for GConf2 C++ wrapper for GConf2

Introduction

In this tutorial we learn how to install gconfmm26 on Fedora 34.

What is gconfmm26

This package provides a C++ interface for GConf2. It is a sub-package of the GTKmm project. The interface provides a convenient interface for C++ programmers to create Gnome GUIs with GTK+’s flexible object-oriented framework. gconfmm26 2.28.3 24.fc34 x86_64 43 k gconfmm26-2.28.3-24.fc34.src.rpm fedora C++ wrapper for GConf2 http LGPLv2+ This package provides a C++ interface for GConf2. It is a sub-package 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 gconfmm26 on Fedora 34. In this tutorial we discuss both methods but you only need to choose one of method to install gconfmm26.

Install gconfmm26 on Fedora 34 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

The output should look something like this:

Fedora 34 - x86_64                               20 kB/s | 6.6 kB     00:00
Fedora 34 openh264 (From Cisco) - x86_64        1.4 kB/s | 989  B     00:00
Fedora Modular 34 - x86_64                       68 kB/s | 6.5 kB     00:00
Fedora 34 - x86_64 - Updates                    3.5 kB/s | 6.2 kB     00:01
Fedora Modular 34 - x86_64 - Updates             17 kB/s | 5.9 kB     00:00
Metadata cache created.

After updating yum database, We can install gconfmm26 using dnf by running the following command:

sudo dnf -y install gconfmm26

Install gconfmm26 on Fedora 34 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

The output should look something like this:

Fedora 34 - x86_64                               20 kB/s | 6.6 kB     00:00
Fedora 34 openh264 (From Cisco) - x86_64        1.4 kB/s | 989  B     00:00
Fedora Modular 34 - x86_64                       68 kB/s | 6.5 kB     00:00
Fedora 34 - x86_64 - Updates                    3.5 kB/s | 6.2 kB     00:01
Fedora Modular 34 - x86_64 - Updates             17 kB/s | 5.9 kB     00:00
Metadata cache created.

After updating yum database, We can install gconfmm26 using yum by running the following command:

sudo yum -y install gconfmm26

How To Uninstall gconfmm26 on Fedora 34

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

sudo dnf remove gconfmm26

gconfmm26 Package Contents on Fedora 34

/usr/lib/.build-id
/usr/lib/.build-id/86
/usr/lib/.build-id/86/a617b55e9b21346de512af1882c4cf52ad1130
/usr/lib/libgconfmm-2.6.so.1
/usr/lib/libgconfmm-2.6.so.1.0.6
/usr/share/licenses/gconfmm26
/usr/share/licenses/gconfmm26/COPYING
/usr/share/licenses/gconfmm26/COPYING.LIB
/usr/lib/.build-id
/usr/lib/.build-id/9b
/usr/lib/.build-id/9b/8a220ca0cb7722c70e46411f2f8eef14aa3770
/usr/lib64/libgconfmm-2.6.so.1
/usr/lib64/libgconfmm-2.6.so.1.0.6
/usr/share/licenses/gconfmm26
/usr/share/licenses/gconfmm26/COPYING
/usr/share/licenses/gconfmm26/COPYING.LIB

References

Summary

In this tutorial we learn how to install gconfmm26 on Fedora 34 using yum and dnf.