How to Install and Uninstall python3-minidump.noarch Package on Fedora 36

Last updated: January 15,2025

1. Install "python3-minidump.noarch" package

This guide covers the steps necessary to install python3-minidump.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install python3-minidump.noarch

2. Uninstall "python3-minidump.noarch" package

Please follow the steps below to uninstall python3-minidump.noarch on Fedora 36:

$ sudo dnf remove python3-minidump.noarch $ sudo dnf autoremove

3. Information about the python3-minidump.noarch package on Fedora 36

Last metadata expiration check: 5:07:31 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : python3-minidump
Version : 0.0.19
Release : 2.fc36
Architecture : noarch
Size : 129 k
Source : python-minidump-0.0.19-2.fc36.src.rpm
Repository : fedora
Summary : Python library to parse and read Microsoft minidump file format
URL : https://github.com/skelsec/minidump
License : MIT
Description : A Python library to parse and read Microsoft minidump file format. Can create
: minidumps on Windows machines using the windows API (implemented with ctypes).