How to Install and Uninstall python39-pefile.noarch Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: October 12,2024

1. Install "python39-pefile.noarch" package

This guide covers the steps necessary to install python39-pefile.noarch on Red Hat Enterprise Linux 8 (RHEL 8)

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

2. Uninstall "python39-pefile.noarch" package

Please follow the guidelines below to uninstall python39-pefile.noarch on Red Hat Enterprise Linux 8 (RHEL 8):

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

3. Information about the python39-pefile.noarch package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 0:40:08 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : python39-pefile
Version : 2022.5.30
Release : 3.el8.1
Architecture : noarch
Size : 130 k
Source : python39-pefile-epel-2022.5.30-3.el8.1.src.rpm
Repository : epel
Summary : Python module for working with Portable Executable files
URL : https://github.com/erocarrera/pefile
License : MIT
Description : pefile is a multi-platform Python module to read and work with Portable
: Executable (aka PE) files. Most of the information in the PE Header is
: accessible, as well as all the sections, section's information and data.
: pefile requires some basic understanding of the layout of a PE file. Armed
: with it it's possible to explore nearly every single feature of the file.
: Some of the tasks that pefile makes possible are:
: * Modifying and writing back to the PE image
: * Header Inspection
: * Sections analysis
: * Retrieving data
: * Warnings for suspicious and malformed values
: * Packer detection with PEiD’s signatures
: * PEiD signature generation