How to Install and Uninstall mingw64-libsigc++20.noarch Package on Fedora 36

Last updated: September 28,2024

1. Install "mingw64-libsigc++20.noarch" package

This is a short guide on how to install mingw64-libsigc++20.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install mingw64-libsigc++20.noarch

2. Uninstall "mingw64-libsigc++20.noarch" package

This guide let you learn how to uninstall mingw64-libsigc++20.noarch on Fedora 36:

$ sudo dnf remove mingw64-libsigc++20.noarch $ sudo dnf autoremove

3. Information about the mingw64-libsigc++20.noarch package on Fedora 36

Last metadata expiration check: 0:51:12 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : mingw64-libsigc++20
Version : 2.10.3
Release : 5.fc36
Architecture : noarch
Size : 90 k
Source : mingw-libsigc++20-2.10.3-5.fc36.src.rpm
Repository : fedora
Summary : MinGW Windows port of the 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 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++.