How to Install and Uninstall python3-pyelftools Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: April 28,2024

1. Install "python3-pyelftools" package

Learn how to install python3-pyelftools on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-pyelftools

2. Uninstall "python3-pyelftools" package

Please follow the steps below to uninstall python3-pyelftools on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the python3-pyelftools package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python3-pyelftools
Priority: extra
Section: universe/python
Installed-Size: 363
Maintainer: Ubuntu Developers
Original-Maintainer: Tomasz Buchert
Architecture: all
Source: python-pyelftools
Version: 0.23-2
Depends: python3:any (>= 3.3.2-2~)
Filename: pool/universe/p/python-pyelftools/python3-pyelftools_0.23-2_all.deb
Size: 67436
MD5sum: f798581a2a971c6b708e96e9ac313f50
SHA1: abeba618ae101efd71b9b37874398f7e427b83f8
SHA256: e4270d27d0bb41ce193728a1afe1bcf6daf431457b7f1b5942b10ce787bcf52c
Description-en: pure-python3 library for parsing ELF and DWARF
pyelftools is a pure-Python library for parsing and analyzing ELF
files and DWARF debugging information. It can be used to query
information about compiled binaries and libraries from your Python
code.
.
This package installs the library for Python 3.
Description-md5: 1d7cb2f5023550580703e2f9f8c54fba
Homepage: https://github.com/eliben/pyelftools
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu