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

Last updated: May 20,2024

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

Please follow the guidelines below to install libc++1-17 on Kali Linux

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

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

In this section, we are going to explain the necessary steps to uninstall libc++1-17 on Kali Linux:

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

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

Package: libc++1-17
Source: llvm-toolchain-17
Version: 1:17.0.6-5
Installed-Size: 1082
Maintainer: LLVM Packaging Team
Architecture: amd64
Replaces: libc++-x.y
Provides: libc++-x.y
Depends: libc++abi1-17 (>= 1:17.0.6), libc6 (>= 2.34), libunwind-17 (>= 1:17.0.6)
Suggests: clang
Conflicts: libc++-x.y
Breaks: libc++1 (<< 44)
Size: 297044
SHA256: f429c7ec466530b63f8be29e2ab2ff5edf39e6befc39ce8854a1056cbbd8ff7f
SHA1: 0fbba3a58c2a80b81c578f100838b315feda647e
MD5sum: 86f138441a47f55d0c81a319c400be8d
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:
Multi-Arch: same
Homepage: https://www.llvm.org/
Section: libs
Priority: optional
Filename: pool/main/l/llvm-toolchain-17/libc++1-17_17.0.6-5_amd64.deb