How to Install and Uninstall mingw64-drmingw.noarch Package on Fedora 39

Last updated: November 24,2024

1. Install "mingw64-drmingw.noarch" package

In this section, we are going to explain the necessary steps to install mingw64-drmingw.noarch on Fedora 39

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

2. Uninstall "mingw64-drmingw.noarch" package

This guide let you learn how to uninstall mingw64-drmingw.noarch on Fedora 39:

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

3. Information about the mingw64-drmingw.noarch package on Fedora 39

Last metadata expiration check: 1:59:45 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : mingw64-drmingw
Version : 0.9.3
Release : 3.fc38
Architecture : noarch
Size : 304 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.