How to Install and Uninstall mingw32-libsigc++20.noarch Package on Fedora 35

Last updated: May 10,2024

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

Please follow the step by step instructions below to install mingw32-libsigc++20.noarch on Fedora 35

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

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

Please follow the instructions below to uninstall mingw32-libsigc++20.noarch on Fedora 35:

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

3. Information about the mingw32-libsigc++20.noarch package on Fedora 35

Last metadata expiration check: 2:38:38 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : mingw32-libsigc++20
Version : 2.10.3
Release : 4.fc35
Architecture : noarch
Size : 91 k
Source : mingw-libsigc++20-2.10.3-4.fc35.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++.