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

Last updated: October 05,2024

1. Install "mingw32-drmingw.noarch" package

This is a short guide on how to install mingw32-drmingw.noarch on Fedora 38

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

2. Uninstall "mingw32-drmingw.noarch" package

This guide let you learn how to uninstall mingw32-drmingw.noarch on Fedora 38:

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

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

Last metadata expiration check: 3:35:49 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : mingw32-drmingw
Version : 0.9.3
Release : 3.fc38
Architecture : noarch
Size : 349 k
Source : mingw-drmingw-0.9.3-3.fc38.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.