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

Last updated: October 04,2024

1. Install "mingw64-drmingw.noarch" package

Please follow the step by step instructions below to install mingw64-drmingw.noarch on Fedora 34

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

2. Uninstall "mingw64-drmingw.noarch" package

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

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

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

Last metadata expiration check: 1:23:40 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : mingw64-drmingw
Version : 0.9.2
Release : 4.fc34
Architecture : noarch
Size : 271 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.