How to Install and Uninstall python3-minidump.noarch Package on CentOS Stream 8

Last updated: October 06,2024

1. Install "python3-minidump.noarch" package

This guide covers the steps necessary to install python3-minidump.noarch on CentOS Stream 8

$ 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 CentOS Stream 8:

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

3. Information about the python3-minidump.noarch package on CentOS Stream 8

Last metadata expiration check: 2:35:08 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : python3-minidump
Version : 0.0.12
Release : 1.el8
Architecture : noarch
Size : 113 k
Source : python-minidump-0.0.12-1.el8.src.rpm
Repository : epel
Summary : A 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).