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

Last updated: October 13,2024

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

Learn how to install libsigc++20.x86_64 on Fedora 36

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

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

In this section, we are going to explain the necessary steps to uninstall libsigc++20.x86_64 on Fedora 36:

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

3. Information about the libsigc++20.x86_64 package on Fedora 36

Last metadata expiration check: 0:49:12 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : libsigc++20
Version : 2.10.8
Release : 1.fc36
Architecture : x86_64
Size : 39 k
Source : libsigc++20-2.10.8-1.fc36.src.rpm
Repository : fedora
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.