How to Install and Uninstall gtkmm30.i686 Package on CentOS 8 / RHEL 8

Last updated: May 18,2024

1. Install "gtkmm30.i686" package

Please follow the guidelines below to install gtkmm30.i686 on CentOS 8 / RHEL 8

$ sudo dnf update $ sudo dnf install gtkmm30.i686

2. Uninstall "gtkmm30.i686" package

Please follow the steps below to uninstall gtkmm30.i686 on CentOS 8 / RHEL 8:

$ sudo dnf remove gtkmm30.i686 $ sudo dnf autoremove

3. Information about the gtkmm30.i686 package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 4:54:25 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : gtkmm30
Version : 3.22.2
Release : 2.el8
Architecture : i686
Size : 1.1 M
Source : gtkmm30-3.22.2-2.el8.src.rpm
Repository : 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.