How to Install and Uninstall libear Package on Kali Linux

Last updated: May 12,2024

1. Install "libear" package

Please follow the step by step instructions below to install libear on Kali Linux

$ sudo apt update $ sudo apt install libear

2. Uninstall "libear" package

Here is a brief guide to show you how to uninstall libear on Kali Linux:

$ sudo apt remove libear $ sudo apt autoclean && sudo apt autoremove

3. Information about the libear package on Kali Linux

Package: libear
Source: bear (3.1.3-1)
Version: 3.1.3-1+b3
Installed-Size: 602
Maintainer: Sebastian Ramacher
Architecture: amd64
Depends: libabsl20220623 (>= 0~20220623.0-1), libc6 (>= 2.34), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 3.0), libgrpc++1.51 (>= 1.51.1), libgrpc29 (>= 1.51.1), libprotobuf32 (>= 3.21.12), libspdlog1.12-fmt9, libstdc++6 (>= 13.1)
Size: 177012
SHA256: 859ab58a5218471729d56c9a1c7999845c5e90dc1318044e2b80e5f20b737e10
SHA1: 1fc89f81f8260e28f7ecc4417d944090605935ce
MD5sum: f9b3d62c19b8c0b8fc07e5d3e9e95310
Description: generate compilation database for Clang tooling (wrapper library)
Bear records the flags passed to the compiler for each translation unit and
stores them in a JSON file. This file can be used by Clang's tooling interface
and programs like clang-check to process a translation unit.
.
cmake supports the generation of JSON compilation databases out of the box.
For any other build system that does not support this, Bear can be used
instead to intercept the invocation of the compiler.
.
This is the required library for wrapping system calls.
Description-md5:
Multi-Arch: same
Homepage: https://github.com/rizsotto/Bear
Tag: role::shared-lib
Section: libs
Priority: optional
Filename: pool/main/b/bear/libear_3.1.3-1+b3_amd64.deb