How To Install gtkmm24 on Fedora 34

gtkmm24 is C++ interface for GTK2 (a GUI library for X) C++ interface for GTK2 (a GUI library for X)

Introduction

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

What is gtkmm24

gtkmm provides a C++ interface to the GTK+ GUI library. gtkmm2 wraps GTK+ 2. Highlights include typesafe callbacks, widgets extensible via inheritance and a comprehensive set of widget classes that can be freely combined to quickly create complex user interfaces. gtkmm24 2.24.5 11.fc34 x86_64 845 k gtkmm24-2.24.5-11.fc34.src.rpm fedora C++ interface for GTK2 (a GUI library for X) http LGPLv2+ gtkmm provides a C++ interface to the GTK+ GUI library. gtkmm2 wraps GTK+ 2. Highlights include typesafe callbacks, widgets extensible via inheritance and a comprehensive set of widget classes that can be freely combined to quickly create complex user interfaces.

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

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

sudo dnf -y install gtkmm24

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

sudo yum -y install gtkmm24

How To Uninstall gtkmm24 on Fedora 34

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

sudo dnf remove gtkmm24

gtkmm24 Package Contents on Fedora 34

/usr/lib/.build-id
/usr/lib/.build-id/7d
/usr/lib/.build-id/7d/2db0d950ae20fe11bb9d222e8d240aaead7604
/usr/lib/.build-id/ec
/usr/lib/.build-id/ec/308d1343a2369bf193a5a9020114ab9715adf3
/usr/lib64/libgdkmm-2.4.so.1
/usr/lib64/libgdkmm-2.4.so.1.1.0
/usr/lib64/libgtkmm-2.4.so.1
/usr/lib64/libgtkmm-2.4.so.1.1.0
/usr/share/doc/gtkmm24
/usr/share/doc/gtkmm24/AUTHORS
/usr/share/doc/gtkmm24/NEWS
/usr/share/doc/gtkmm24/README
/usr/share/licenses/gtkmm24
/usr/share/licenses/gtkmm24/COPYING
/usr/lib/.build-id
/usr/lib/.build-id/89
/usr/lib/.build-id/89/7307968ca70111d582058e8b6a32e5b54cdb83
/usr/lib/.build-id/f9
/usr/lib/.build-id/f9/0ef56f06414540e9261e4888cfb56bc5470c8a
/usr/lib/libgdkmm-2.4.so.1
/usr/lib/libgdkmm-2.4.so.1.1.0
/usr/lib/libgtkmm-2.4.so.1
/usr/lib/libgtkmm-2.4.so.1.1.0
/usr/share/doc/gtkmm24
/usr/share/doc/gtkmm24/AUTHORS
/usr/share/doc/gtkmm24/NEWS
/usr/share/doc/gtkmm24/README
/usr/share/licenses/gtkmm24
/usr/share/licenses/gtkmm24/COPYING

References

Summary

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