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

Last updated: May 19,2024

1. Install "libc++1" package

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

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

2. Uninstall "libc++1" package

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

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

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

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