How to Install and Uninstall libclang-cpp11 Package on Kali Linux

Last updated: May 06,2024

1. Install "libclang-cpp11" package

This is a short guide on how to install libclang-cpp11 on Kali Linux

$ sudo apt update $ sudo apt install libclang-cpp11

2. Uninstall "libclang-cpp11" package

This tutorial shows how to uninstall libclang-cpp11 on Kali Linux:

$ sudo apt remove libclang-cpp11 $ sudo apt autoclean && sudo apt autoremove

3. Information about the libclang-cpp11 package on Kali Linux

Package: libclang-cpp11
Source: llvm-toolchain-11 (1:11.1.0-6)
Version: 1:11.1.0-6+b2
Installed-Size: 45659
Maintainer: LLVM Packaging Team
Architecture: amd64
Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.0), libllvm11 (= 1:11.1.0-6+b2), libstdc++6 (>= 12)
Size: 9639664
SHA256: ed1ddda01cd79355173b2c544dd7a132851d5f9f43df2b51876016d956858671
SHA1: fd1e09b037878836bcbd706cd65b375413b39a2f
MD5sum: 708200278753e0c754fce74e0363318b
Description: C++ interface to the Clang library
Clang project is a C, C++, Objective C and Objective C++ front-end
based on the LLVM compiler. Its goal is to offer a replacement to the
GNU Compiler Collection (GCC).
.
Clang implements all of the ISO C++ 1998, 11, 14 and 17 standards and also
provides most of the support of C++20.
.
This package contains the Clang C++ library.
.
The C++ Interface to Clang provides an API that exposes
facilities for parsing source code into an abstract syntax tree (AST),
loading already-parsed ASTs, traversing the AST, associating physical source
locations with elements within the AST, and other facilities that support
Clang-based development tools.
Description-md5: 8acc7c5b41666c14f1ef5e79310225e6
Homepage: https://www.llvm.org/
Tag: role::shared-lib
Section: libs
Priority: optional
Filename: pool/main/l/llvm-toolchain-11/libclang-cpp11_11.1.0-6+b2_amd64.deb