How to Install and Uninstall gtkmm30.src Package on Oracle Linux 9

Last updated: October 07,2024

1. Install "gtkmm30.src" package

Please follow the steps below to install gtkmm30.src on Oracle Linux 9

$ sudo dnf update $ sudo dnf install gtkmm30.src

2. Uninstall "gtkmm30.src" package

Please follow the step by step instructions below to uninstall gtkmm30.src on Oracle Linux 9:

$ sudo dnf remove gtkmm30.src $ sudo dnf autoremove

3. Information about the gtkmm30.src package on Oracle Linux 9

Last metadata expiration check: 0:18:20 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : gtkmm30
Version : 3.24.5
Release : 1.el9
Architecture : src
Size : 13 M
Source : None
Repository : ol9_appstream
Summary : C++ interface for the GTK+ library
URL : https://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.