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

Last updated: May 18,2024

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

This tutorial shows how to install libc++1-12 on Kali Linux

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

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

Please follow the step by step instructions below to uninstall libc++1-12 on Kali Linux:

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

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

Package: libc++1-12
Source: llvm-toolchain-12 (1:12.0.1-20)
Version: 1:12.0.1-20+b1
Installed-Size: 910
Maintainer: LLVM Packaging Team
Architecture: amd64
Replaces: libc++-x.y
Provides: libc++-x.y
Depends: libc++abi1-12 (>= 1:12.0.1), libc6 (>= 2.33), libunwind-12 (>= 1:12.0.1)
Suggests: clang
Conflicts: libc++-x.y
Breaks: libc++1 (<< 44)
Size: 257792
SHA256: 04002986a80ec9f6bf520aa039f89ebc967b1ee09bcd9f258adeb272c10b18f4
SHA1: b34547ad3f8e207abba49e31562f910070aac17d
MD5sum: 3bcb72c90b6086532a37a56e97f42383
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: 3e11b80d657dd5ed05ee027e3cba65ca
Multi-Arch: same
Homepage: https://www.llvm.org/
Section: libs
Priority: optional
Filename: pool/main/l/llvm-toolchain-12/libc++1-12_12.0.1-20+b1_amd64.deb