How to Install and Uninstall libclang-cpp15-dev Package on Kali Linux

Last updated: May 20,2024

1. Install "libclang-cpp15-dev" package

This tutorial shows how to install libclang-cpp15-dev on Kali Linux

$ sudo apt update $ sudo apt install libclang-cpp15-dev

2. Uninstall "libclang-cpp15-dev" package

This guide let you learn how to uninstall libclang-cpp15-dev on Kali Linux:

$ sudo apt remove libclang-cpp15-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the libclang-cpp15-dev package on Kali Linux

Package: libclang-cpp15-dev
Source: llvm-toolchain-15
Version: 1:15.0.7-10
Installed-Size: 51
Maintainer: LLVM Packaging Team
Architecture: amd64
Depends: libstdc++-13-dev, libgcc-13-dev, libclang-cpp15 (= 1:15.0.7-10)
Size: 35108
SHA256: 2d3acc68f9ce5f8d06b9fc579c210cff51d16d95b3d0b58836bb3847f5ce1353
SHA1: 69cf4e2e5e64424adee290c4b337aea2f379401d
MD5sum: f336608c784f93593666af5ea107eb85
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.
.
This package contains symlinks without a version number, which needed by
linker at build time.
Description-md5:
Homepage: https://www.llvm.org/
Tag: devel::library, role::devel-lib
Section: libdevel
Priority: optional
Filename: pool/main/l/llvm-toolchain-15/libclang-cpp15-dev_15.0.7-10_amd64.deb