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

Last updated: May 17,2024

1. Install "libclang-cpp17" package

Here is a brief guide to show you how to install libclang-cpp17 on Kali Linux

$ sudo apt update $ sudo apt install libclang-cpp17

2. Uninstall "libclang-cpp17" package

Here is a brief guide to show you how to uninstall libclang-cpp17 on Kali Linux:

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

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

Package: libclang-cpp17
Source: llvm-toolchain-17
Version: 1:17.0.6-5
Installed-Size: 61624
Maintainer: LLVM Packaging Team
Architecture: amd64
Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libllvm17 (= 1:17.0.6-5), libstdc++6 (>= 12)
Size: 11773576
SHA256: b76a6bebcd4668a3b26618d09c6f0d20352794593b35045cc4151db15e3d91b9
SHA1: b8cf675c98fef08c335d6dbf0a8940e526ed635d
MD5sum: 07c713898d99fbffe127244d480918f8
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:
Homepage: https://www.llvm.org/
Section: libs
Priority: optional
Filename: pool/main/l/llvm-toolchain-17/libclang-cpp17_17.0.6-5_amd64.deb