How to Install and Uninstall python3-pefile.noarch Package on Rocky Linux 8
Last updated: November 14,2024
1. Install "python3-pefile.noarch" package
Please follow the step by step instructions below to install python3-pefile.noarch on Rocky Linux 8
$
sudo dnf update
Copied
$
sudo dnf install
python3-pefile.noarch
Copied
2. Uninstall "python3-pefile.noarch" package
This guide let you learn how to uninstall python3-pefile.noarch on Rocky Linux 8:
$
sudo dnf remove
python3-pefile.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the python3-pefile.noarch package on Rocky Linux 8
Last metadata expiration check: 1:55:09 ago on Mon Sep 12 10:27:18 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
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