How to Install and Uninstall python3-pefile.noarch Package on Oracle Linux 8

Last updated: May 05,2024

1. Install "python3-pefile.noarch" package

Please follow the step by step instructions below to install python3-pefile.noarch on Oracle Linux 8

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

2. Uninstall "python3-pefile.noarch" package

Please follow the steps below to uninstall python3-pefile.noarch on Oracle Linux 8:

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

3. Information about the python3-pefile.noarch package on Oracle Linux 8

Last metadata expiration check: 2:16:56 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : python3-pefile
Version : 2021.5.13
Release : 1.el8
Architecture : noarch
Size : 117 k
Source : python-pefile-2021.5.13-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