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

Last updated: September 20,2024

1. Install "atkmm.src" package

Here is a brief guide to show you how to install atkmm.src on Oracle Linux 9

$ sudo dnf update $ sudo dnf install atkmm.src

2. Uninstall "atkmm.src" package

This guide covers the steps necessary to uninstall atkmm.src on Oracle Linux 9:

$ sudo dnf remove atkmm.src $ sudo dnf autoremove

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

Last metadata expiration check: 1:05:36 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : atkmm
Version : 2.28.2
Release : 2.el9
Architecture : src
Size : 685 k
Source : None
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.