How to Install and Uninstall gtkmm4.0.i686 Package on Fedora 39

Last updated: November 28,2024

1. Install "gtkmm4.0.i686" package

This guide covers the steps necessary to install gtkmm4.0.i686 on Fedora 39

$ sudo dnf update $ sudo dnf install gtkmm4.0.i686

2. Uninstall "gtkmm4.0.i686" package

In this section, we are going to explain the necessary steps to uninstall gtkmm4.0.i686 on Fedora 39:

$ sudo dnf remove gtkmm4.0.i686 $ sudo dnf autoremove

3. Information about the gtkmm4.0.i686 package on Fedora 39

Last metadata expiration check: 0:26:27 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : gtkmm4.0
Version : 4.12.0
Release : 1.fc39
Architecture : i686
Size : 1.1 M
Source : gtkmm4.0-4.12.0-1.fc39.src.rpm
Repository : fedora
Summary : C++ interface for the GTK+ library
URL : https://www.gtkmm.org/
License : LGPL-2.1-or-later
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.