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

Last updated: May 03,2024

1. Install "libclang-cpp12" package

This tutorial shows how to install libclang-cpp12 on Kali Linux

$ sudo apt update $ sudo apt install libclang-cpp12

2. Uninstall "libclang-cpp12" package

Please follow the guidance below to uninstall libclang-cpp12 on Kali Linux:

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

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

Package: libclang-cpp12
Source: llvm-toolchain-12 (1:12.0.1-20)
Version: 1:12.0.1-20+b1
Installed-Size: 47272
Maintainer: LLVM Packaging Team
Architecture: amd64
Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.0), libllvm12 (= 1:12.0.1-20+b1), libstdc++6 (>= 12)
Size: 9987796
SHA256: 706ba9be54a96ba911d525138f6b9ccc227b3381b63e506103eb2d00927dc466
SHA1: 63c2098de999946d3bb553184ad13fb0d065a49b
MD5sum: b2f21e3fef1d1da231cf2f39aef522f3
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/
Section: libs
Priority: optional
Filename: pool/main/l/llvm-toolchain-12/libclang-cpp12_12.0.1-20+b1_amd64.deb