How to Install and Uninstall libsigc++20.x86_64 Package on Oracle Linux 8

Last updated: April 29,2024

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

Please follow the steps below to install libsigc++20.x86_64 on Oracle Linux 8

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

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

This is a short guide on how to uninstall libsigc++20.x86_64 on Oracle Linux 8:

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

3. Information about the libsigc++20.x86_64 package on Oracle Linux 8

Last metadata expiration check: 6:10:49 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : libsigc++20
Version : 2.10.0
Release : 6.el8
Architecture : x86_64
Size : 44 k
Source : libsigc++20-2.10.0-6.el8.src.rpm
Repository : ol8_appstream
Summary : Typesafe signal framework for C++
URL : http://libsigc.sourceforge.net/
License : LGPLv2+
Description : This library implements a full callback system for use in widget libraries,
: abstract interfaces, and general programming. Originally part of the Gtk--
: widget set, libsigc++20 is now a separate library to provide for more general
: use. It is the most complete library of its kind with the ability to connect
: an abstract callback to a class method, function, or function object. It
: contains adaptor classes for connection of dissimilar callbacks and has an
: ease of use unmatched by other C++ callback libraries.
:
: Package GTK-- (gtkmm), which is a C++ binding to the GTK+ library,
: starting with version 1.1.2, uses libsigc++20.