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

Last updated: September 22,2024

1. Install "python3-pefile.noarch" package

Please follow the steps below to install python3-pefile.noarch on Fedora 35

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

2. Uninstall "python3-pefile.noarch" package

This is a short guide on how to uninstall python3-pefile.noarch on Fedora 35:

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

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

Last metadata expiration check: 3:51:42 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : python3-pefile
Version : 2021.5.13
Release : 3.fc35
Architecture : noarch
Size : 113 k
Source : python-pefile-2021.5.13-3.fc35.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