How to Install and Uninstall python3-pefile.noarch Package on Fedora 36

Last updated: October 06,2024

1. Install "python3-pefile.noarch" package

This tutorial shows how to install python3-pefile.noarch on Fedora 36

$ 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 Fedora 36:

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

3. Information about the python3-pefile.noarch package on Fedora 36

Last metadata expiration check: 3:56:05 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : python3-pefile
Version : 2021.9.3
Release : 1.fc36
Architecture : noarch
Size : 124 k
Source : python-pefile-2021.9.3-1.fc36.src.rpm
Repository : fedora
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