How to Install and Uninstall python3-pefile Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 12,2024

1. Install "python3-pefile" package

In this section, we are going to explain the necessary steps to install python3-pefile on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install python3-pefile

2. Uninstall "python3-pefile" package

Please follow the instructions below to uninstall python3-pefile on Ubuntu 21.10 (Impish Indri):

$ sudo apt remove python3-pefile $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-pefile package on Ubuntu 21.10 (Impish Indri)

Package: python3-pefile
Architecture: all
Version: 2021.5.24-1
Priority: extra
Section: universe/python
Source: python-pefile
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Hilko Bengen
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 295
Depends: python3-future, python3:any
Filename: pool/universe/p/python-pefile/python3-pefile_2021.5.24-1_all.deb
Size: 57284
MD5sum: 92786558e6023fee7a94df4a15726bdb
SHA1: e5b70aca4a2edf29dd19468bbdcd4bcd482ef6a5
SHA256: 748345115e2920b87a3abf29bf2093e14e13305c7d01b8f6268856fc520d1749
SHA512: d7c3744dc1dbe4bd648a9e154434cb50e22df4627d536df8b61f1a557f1713b0333d9219488ac889fa3872190ace5d03e87b3e2a63f917c195267ed4f0aa2952
Homepage: https://github.com/erocarrera/pefile/
Description-en: Portable Executable (PE) parsing module for Python
pefile is a Python module to read and work with Portable Executable (PE)
files. Most of the information in the PE header is accessible, as well as all
the sections, section information and data.
.
All the basic PE file structures are available with their default names as
attributes of the returned instance.
.
Processed elements such as the import table are made available with lowercase
names, to differentiate them from the upper case basic structure names.
.
pefile has been tested against the limits of valid PE headers; that is,
Windows malware. Lots of packed malware attempt to abuse the format beyond its
standard use.
.
Some of the tasks that pefile makes possible are:
* Modifying and writing back to the PE image
* Header inspection
* Section analysis
* Retrieving data
* Warnings for suspicious and malformed values
* Packer detection with PEiD signatures
* PEiD signature generation
Description-md5: 95e16bbc200a1e9f0bf8f2e913078741
Task: ubuntustudio-audio