How to Install and Uninstall python39-pefile.noarch Package on CentOS Stream 8

Last updated: October 07,2024

1. Install "python39-pefile.noarch" package

Please follow the guidance below to install python39-pefile.noarch on CentOS Stream 8

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

2. Uninstall "python39-pefile.noarch" package

This guide let you learn how to uninstall python39-pefile.noarch on CentOS Stream 8:

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

3. Information about the python39-pefile.noarch package on CentOS Stream 8

Last metadata expiration check: 5:03:08 ago on Sun Feb 25 03:03:59 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