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

Last updated: October 31,2024

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

Please follow the guidelines below to install mingw32-libsigc++20.noarch on Fedora 38

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

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

This guide covers the steps necessary to uninstall mingw32-libsigc++20.noarch on Fedora 38:

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

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

Last metadata expiration check: 2:22:23 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : mingw32-libsigc++20
Version : 2.10.3
Release : 8.fc38
Architecture : noarch
Size : 99 k
Source : mingw-libsigc++20-2.10.3-8.fc38.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++.