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

Last updated: May 17,2024

1. Install "atkmm.i686" package

Here is a brief guide to show you how to install atkmm.i686 on CentOS 8 / RHEL 8

$ sudo dnf update $ sudo dnf install atkmm.i686

2. Uninstall "atkmm.i686" package

In this section, we are going to explain the necessary steps to uninstall atkmm.i686 on CentOS 8 / RHEL 8:

$ sudo dnf remove atkmm.i686 $ sudo dnf autoremove

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

Last metadata expiration check: 1 day, 3:50:13 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : atkmm
Version : 2.24.2
Release : 6.el8
Architecture : i686
Size : 96 k
Source : atkmm-2.24.2-6.el8.src.rpm
Repository : appstream
Summary : C++ interface for the ATK library
URL : http://www.gtkmm.org/
License : LGPLv2+
Description : atkmm provides a C++ interface for the ATK library. Highlights
: include typesafe callbacks, widgets extensible via inheritance and a
: comprehensive set of widget classes that can be freely combined to
: quickly create complex user interfaces.