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

Last updated: May 16,2024

1. Install "libc++-dev" package

Please follow the steps below to install libc++-dev on Kali Linux

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

2. Uninstall "libc++-dev" package

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

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

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

Package: libc++-dev
Source: llvm-defaults (0.57)
Version: 1:16.0-57
Installed-Size: 14
Maintainer: LLVM Packaging Team
Architecture: amd64
Depends: libc++-16-dev (>= 16~)
Breaks: libc++1-11, libc++abi1-11
Size: 5168
SHA256: ec2fd87ae1fa55308a914fbd99258f571a200cad3cfef66bf24a64b8826c8da4
SHA1: 636ac97200b4352af608d4862cb75094647e2ecf
MD5sum: c3e0abd7c1b590af2f6eeb8384aea9e5
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.
.
This is a dependency package providing the default LLVM C++ Standard library
development files.
Description-md5:
Multi-Arch: same
Tag: devel::library, role::devel-lib
Section: libdevel
Priority: optional
Filename: pool/main/l/llvm-defaults/libc++-dev_16.0-57_amd64.deb