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

Last updated: November 27,2024

1. Install "python3-minidump.noarch" package

Please follow the steps below to install python3-minidump.noarch on Fedora 38

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

2. Uninstall "python3-minidump.noarch" package

Please follow the step by step instructions below to uninstall python3-minidump.noarch on Fedora 38:

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

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

Last metadata expiration check: 4:23:46 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : python3-minidump
Version : 0.0.21
Release : 4.fc38
Architecture : noarch
Size : 189 k
Source : python-minidump-0.0.21-4.fc38.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).