How to Install and Uninstall gtkmm24.x86_64 Package on CentOS 8 / RHEL 8

Last updated: May 04,2024

1. Install "gtkmm24.x86_64" package

Please follow the instructions below to install gtkmm24.x86_64 on CentOS 8 / RHEL 8

$ sudo dnf update $ sudo dnf install gtkmm24.x86_64

2. Uninstall "gtkmm24.x86_64" package

Please follow the guidelines below to uninstall gtkmm24.x86_64 on CentOS 8 / RHEL 8:

$ sudo dnf remove gtkmm24.x86_64 $ sudo dnf autoremove

3. Information about the gtkmm24.x86_64 package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 4:54:24 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : gtkmm24
Version : 2.24.5
Release : 5.el8
Architecture : x86_64
Size : 822 k
Source : gtkmm24-2.24.5-5.el8.src.rpm
Repository : appstream
Summary : C++ interface for GTK2 (a GUI library for X)
URL : http://www.gtkmm.org/
License : LGPLv2+
Description : 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.