How to Install and Uninstall atkmm.i686 Package on Oracle Linux 9

Last updated: October 06,2024

1. Install "atkmm.i686" package

Please follow the instructions below to install atkmm.i686 on Oracle Linux 9

$ sudo dnf update $ sudo dnf install atkmm.i686

2. Uninstall "atkmm.i686" package

This tutorial shows how to uninstall atkmm.i686 on Oracle Linux 9:

$ sudo dnf remove atkmm.i686 $ sudo dnf autoremove

3. Information about the atkmm.i686 package on Oracle Linux 9

Last metadata expiration check: 1:27:40 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : atkmm
Version : 2.28.2
Release : 2.el9
Architecture : i686
Size : 104 k
Source : atkmm-2.28.2-2.el9.src.rpm
Repository : ol9_appstream
Summary : C++ interface for the ATK library
URL : https://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.