How to Install and Uninstall mingw32-drmingw.noarch Package on Fedora 34

Last updated: July 05,2024

1. Install "mingw32-drmingw.noarch" package

This tutorial shows how to install mingw32-drmingw.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install mingw32-drmingw.noarch

2. Uninstall "mingw32-drmingw.noarch" package

This guide covers the steps necessary to uninstall mingw32-drmingw.noarch on Fedora 34:

$ sudo dnf remove mingw32-drmingw.noarch $ sudo dnf autoremove

3. Information about the mingw32-drmingw.noarch package on Fedora 34

Last metadata expiration check: 1:55:52 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : mingw32-drmingw
Version : 0.9.2
Release : 4.fc34
Architecture : noarch
Size : 304 k
Source : mingw-drmingw-0.9.2-4.fc34.src.rpm
Repository : fedora
Summary : Just-in-Time (JIT) debugger for MinGW
URL : https://github.com/jrfonseca/drmingw
License : LGPLv2+
Description : Dr. Mingw is a Just-in-Time (JIT) debugger. When the application
: throws an unhandled exception, Dr. Mingw attaches itself to the
: application and collects information about the exception, using the
: available debugging information.
:
: Dr. Mingw can read debugging information in DWARF format -- generated
: by the Gnu C/C++ Compiler, and in a PDB file -- generated by the
: Microsoft Visual C++ Compiler. It relies upon the DbgHelp library to
: resolve symbols in modules compiled by the Microsoft tools.
:
: The functionality to resolve symbols and dump stack backtraces is
: provided as DLLs so it can be embedded on your applications/tools.