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

Last updated: October 06,2024

1. Install "python3-pefile.noarch" package

Please follow the steps below to install python3-pefile.noarch on CentOS Stream 8

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

2. Uninstall "python3-pefile.noarch" package

In this section, we are going to explain the necessary steps to uninstall python3-pefile.noarch on CentOS Stream 8:

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

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

Last metadata expiration check: 5:34:45 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : python3-pefile
Version : 2023.2.7
Release : 1.el8
Architecture : noarch
Size : 134 k
Source : python-pefile-2023.2.7-1.el8.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