How to Install and Uninstall libsigc++20.src Package on Oracle Linux 9

Last updated: July 08,2024

1. Install "libsigc++20.src" package

In this section, we are going to explain the necessary steps to install libsigc++20.src on Oracle Linux 9

$ sudo dnf update $ sudo dnf install libsigc++20.src

2. Uninstall "libsigc++20.src" package

This guide let you learn how to uninstall libsigc++20.src on Oracle Linux 9:

$ sudo dnf remove libsigc++20.src $ sudo dnf autoremove

3. Information about the libsigc++20.src package on Oracle Linux 9

Last metadata expiration check: 3:15:29 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : libsigc++20
Version : 2.10.7
Release : 2.el9
Architecture : src
Size : 4.6 M
Source : None
Repository : ol9_appstream
Summary : Typesafe signal framework for C++
URL : https://github.com/libsigcplusplus/libsigcplusplus
License : LGPLv2+
Description : libsigc++ implements a typesafe callback system for standard C++. It
: allows you to define signals and to connect those signals to any
: callback function, either global or a member function, regardless of
: whether it is static or virtual.
:
: libsigc++ is used by gtkmm to wrap the GTK+ signal system. It does not
: depend on GTK+ or gtkmm.