How to Install and Uninstall python3-lief Package on Kali Linux

Last updated: July 08,2024

1. Install "python3-lief" package

This guide covers the steps necessary to install python3-lief on Kali Linux

$ sudo apt update $ sudo apt install python3-lief

2. Uninstall "python3-lief" package

Please follow the steps below to uninstall python3-lief on Kali Linux:

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

3. Information about the python3-lief package on Kali Linux

Package: python3-lief
Source: lief
Version: 0.13.1-0kali2
Architecture: amd64
Maintainer: Kali Developers
Installed-Size: 16105
Depends: python3 (<< 3.12), python3 (>= 3.11~), python3:any, libc6 (>= 2.33), libgcc-s1 (>= 3.4), libstdc++6 (>= 11)
Homepage: https://lief-project.github.io/
Priority: optional
Section: python
Filename: pool/main/l/lief/python3-lief_0.13.1-0kali2_amd64.deb
Size: 3055492
SHA256: 1c3f3661a3c770b4da73b04baefbc33b67dd2acd7863392bc2b5042492055e18
SHA1: 77febbfa20cccd48b0f3b2e3517b9f2f19e39cd9
MD5sum: a44046fa6849fc67688259871c35585f
Description: Library to Instrument Executable Formats (Python 3)
LIEF is a library for parsing, modifying ELF, PE, and MachO formats.
.
This package installs the library for Python 3.
Description-md5:
Original-Maintainer: Hilko Bengen