How to Install and Uninstall liblief0 Package on Kali Linux

Last updated: May 15,2024

1. Install "liblief0" package

This is a short guide on how to install liblief0 on Kali Linux

$ sudo apt update $ sudo apt install liblief0

2. Uninstall "liblief0" package

In this section, we are going to explain the necessary steps to uninstall liblief0 on Kali Linux:

$ sudo apt remove liblief0 $ sudo apt autoclean && sudo apt autoremove

3. Information about the liblief0 package on Kali Linux

Package: liblief0
Source: lief
Version: 0.13.1-0kali2
Architecture: amd64
Maintainer: Kali Developers
Installed-Size: 8058
Depends: libc6 (>= 2.33), libgcc-s1 (>= 3.4), libstdc++6 (>= 11)
Multi-Arch: same
Homepage: https://lief-project.github.io/
Priority: optional
Section: libs
Filename: pool/main/l/lief/liblief0_0.13.1-0kali2_amd64.deb
Size: 1793180
SHA256: 4d7bfe053fed558bb0a0b5fa83e0e9f2290a8c678002b3ba91b93775534768d0
SHA1: fcfe70831ea88a4ac91d9b4c2a89e1b188f4aba0
MD5sum: f962274f330ea1b3caf6f22da6090a17
Description: Library to Instrument Executable Formats
LIEF is a library for parsing, modifying ELF, PE, and MachO formats.
Its main features include:
.
- Parsing: LIEF can parse ELF, PE, MachO and provides an user-friendly
API to access to format internals.
- Modify: It enables to modify some parts of these formats
- Abstract: Three formats have common features like sections, symbols,
entry point, etc.. LIEF factors them.
- API support: LIEF can be used in C, C++, and Python.
.
This package contains the shared library.
Description-md5:
Original-Maintainer: Hilko Bengen