How to Install and Uninstall libc++1-16 Package on Kali Linux

Last updated: May 12,2024

1. Install "libc++1-16" package

This guide let you learn how to install libc++1-16 on Kali Linux

$ sudo apt update $ sudo apt install libc++1-16

2. Uninstall "libc++1-16" package

Learn how to uninstall libc++1-16 on Kali Linux:

$ sudo apt remove libc++1-16 $ sudo apt autoclean && sudo apt autoremove

3. Information about the libc++1-16 package on Kali Linux

Package: libc++1-16
Source: llvm-toolchain-16
Version: 1:16.0.6-20
Installed-Size: 1080
Maintainer: LLVM Packaging Team
Architecture: amd64
Replaces: libc++-x.y
Provides: libc++-x.y
Depends: libc++abi1-16 (>= 1:16.0.6), libc6 (>= 2.34), libunwind-16 (>= 1:16.0.6)
Suggests: clang
Conflicts: libc++-x.y
Breaks: libc++1 (<< 44)
Size: 295348
SHA256: 76b9b5f7b3d1f4d2d4493952c9c1b5c2454fb3616814a58dad5b3df470ea927b
SHA1: 0d99e9f36b5320e1fb8ab3f2e580f48fc5bad916
MD5sum: 761d48835e3f5a2188f3fbfeb97fb1f8
Description: LLVM C++ Standard library
libc++ is another implementation of the C++ standard library.
.
Features and Goals
.
* Correctness as defined by the C++ standards.
* Fast execution.
* Minimal memory use.
* Fast compile times.
* ABI compatibility with gcc's libstdc++ for some low-level features such
as exception objects, rtti and memory allocation.
* Extensive unit tests.
Description-md5:
Multi-Arch: same
Homepage: https://www.llvm.org/
Section: libs
Priority: optional
Filename: pool/main/l/llvm-toolchain-16/libc++1-16_16.0.6-20_amd64.deb