How to Install and Uninstall python-pefile Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: November 07,2024

1. Install "python-pefile" package

Here is a brief guide to show you how to install python-pefile on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-pefile

2. Uninstall "python-pefile" package

This is a short guide on how to uninstall python-pefile on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the python-pefile package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python-pefile
Priority: extra
Section: universe/python
Installed-Size: 258
Maintainer: Ubuntu Developers
Original-Maintainer: Hilko Bengen
Architecture: all
Version: 1.2.10.139-2
Depends: python:any (<< 2.8), python:any (>= 2.7.5-5~)
Filename: pool/universe/p/python-pefile/python-pefile_1.2.10.139-2_all.deb
Size: 48678
MD5sum: 52a5edaf54790c63cbce732f14baa704
SHA1: 3683d91321d1ff1404138aaf6dc6316e54df7427
SHA256: 20200cba40017c15c97474207762a471b36ace7cb56e2d97bd2f1c12185018fc
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
Homepage: http://code.google.com/p/pefile/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu