How to Install and Uninstall gtkmm30.x86_64 Package on Oracle Linux 8

Last updated: September 21,2024

1. Install "gtkmm30.x86_64" package

This guide let you learn how to install gtkmm30.x86_64 on Oracle Linux 8

$ sudo dnf update $ sudo dnf install gtkmm30.x86_64

2. Uninstall "gtkmm30.x86_64" package

Learn how to uninstall gtkmm30.x86_64 on Oracle Linux 8:

$ sudo dnf remove gtkmm30.x86_64 $ sudo dnf autoremove

3. Information about the gtkmm30.x86_64 package on Oracle Linux 8

Last metadata expiration check: 4:59:20 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : gtkmm30
Version : 3.22.2
Release : 3.el8
Architecture : x86_64
Size : 1.0 M
Source : gtkmm30-3.22.2-3.el8.src.rpm
Repository : ol8_appstream
Summary : C++ interface for the GTK+ library
URL : http://www.gtkmm.org/
License : LGPLv2+
Description : gtkmm is the official C++ interface for the popular GUI library GTK+.
: Highlights include type safe callbacks, and a comprehensive set of
: widgets that are easily extensible via inheritance.