How to Install and Uninstall gtkmm30.i686 Package on Fedora 34

Last updated: October 05,2024

1. Install "gtkmm30.i686" package

In this section, we are going to explain the necessary steps to install gtkmm30.i686 on Fedora 34

$ sudo dnf update $ sudo dnf install gtkmm30.i686

2. Uninstall "gtkmm30.i686" package

In this section, we are going to explain the necessary steps to uninstall gtkmm30.i686 on Fedora 34:

$ sudo dnf remove gtkmm30.i686 $ sudo dnf autoremove

3. Information about the gtkmm30.i686 package on Fedora 34

Last metadata expiration check: 5:24:44 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : gtkmm30
Version : 3.24.6
Release : 1.fc34
Architecture : i686
Size : 1.1 M
Source : gtkmm30-3.24.6-1.fc34.src.rpm
Repository : updates
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.