How to Install and Uninstall python3-pefile.noarch Package on CentOS Stream 9

Last updated: October 15,2024

1. Install "python3-pefile.noarch" package

This is a short guide on how to install python3-pefile.noarch on CentOS Stream 9

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

2. Uninstall "python3-pefile.noarch" package

Here is a brief guide to show you how to uninstall python3-pefile.noarch on CentOS Stream 9:

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

3. Information about the python3-pefile.noarch package on CentOS Stream 9

Last metadata expiration check: 2:19:09 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : python3-pefile
Version : 2023.2.7
Release : 3.el9
Architecture : noarch
Size : 126 k
Source : python-pefile-2023.2.7-3.el9.src.rpm
Repository : appstream
Summary : Python PE parsing module
URL : https://github.com/erocarrera/pefile
License : MIT
Description : pefile is a multi-platform Python module to parse and work with Portable
: Executable (PE) files. Most of the information contained in the PE file
: headers is accessible, as well as all the sections' details and data.