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

Last updated: September 27,2024

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

In this section, we are going to explain the necessary steps to install libc++-15-dev on Kali Linux

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

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

This tutorial shows how to uninstall libc++-15-dev on Kali Linux:

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

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

Package: libc++-15-dev
Source: llvm-toolchain-15
Version: 1:15.0.7-10
Installed-Size: 9709
Maintainer: LLVM Packaging Team
Architecture: amd64
Replaces: libc++-x.y-dev
Provides: libc++-x.y-dev
Depends: libc++1-15 (= 1:15.0.7-10), libunwind-15-dev
Conflicts: libc++-x.y-dev
Breaks: libc++-dev (<< 44)
Size: 1008516
SHA256: a2fd91687ba3f7674ab24e5e59d2e663eec9481d88f9d87481c79ce3138278d2
SHA1: 85517ed32d5bce85b112e9bf2e9829872ad3a032
MD5sum: a3876b098e6e422df28537f92331abcb
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/
Tag: devel::library, role::devel-lib
Section: libdevel
Priority: optional
Filename: pool/main/l/llvm-toolchain-15/libc++-15-dev_15.0.7-10_amd64.deb