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

Last updated: July 05,2024

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

This tutorial shows how to install libc++-16-dev on Kali Linux

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

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

Please follow the guidelines below to uninstall libc++-16-dev on Kali Linux:

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

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

Package: libc++-16-dev
Source: llvm-toolchain-16
Version: 1:16.0.6-20
Installed-Size: 10193
Maintainer: LLVM Packaging Team
Architecture: amd64
Replaces: libc++-x.y-dev
Provides: libc++-x.y-dev
Depends: libc++1-16 (= 1:16.0.6-20), libunwind-16-dev
Conflicts: libc++-x.y-dev
Breaks: libc++-dev (<< 44)
Size: 1062024
SHA256: 7fcbf40d5d8e4a662916256108f1ca2a2f2b0f931d21d42c27856209505863e5
SHA1: 844684766f95f16467f2819f7c7b3cf7223e496c
MD5sum: b53ef6934aa07d9359ce15c4e40f261e
Description: LLVM C++ Standard library (development files)
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: libdevel
Priority: optional
Filename: pool/main/l/llvm-toolchain-16/libc++-16-dev_16.0.6-20_amd64.deb