How to Install and Uninstall libsigc++.x86_64 Package on Fedora 35

Last updated: April 19,2024

1. Install "libsigc++.x86_64" package

In this section, we are going to explain the necessary steps to install libsigc++.x86_64 on Fedora 35

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

2. Uninstall "libsigc++.x86_64" package

This guide covers the steps necessary to uninstall libsigc++.x86_64 on Fedora 35:

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

3. Information about the libsigc++.x86_64 package on Fedora 35

Last metadata expiration check: 0:37:49 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : libsigc++
Version : 1.2.7
Release : 33.fc35
Architecture : x86_64
Size : 38 k
Source : libsigc++-1.2.7-33.fc35.src.rpm
Repository : fedora
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++ is now a separate library to provide for more general
: use. It is the most complete library of its kind with the ablity 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 gtkmm (previously gtk--), which is a C++ binding to the GTK+
: library, starting with version 1.1.2, uses libsigc++.