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

Last updated: May 12,2024

1. Install "libclang-cpp13" package

Please follow the step by step instructions below to install libclang-cpp13 on Kali Linux

$ sudo apt update $ sudo apt install libclang-cpp13

2. Uninstall "libclang-cpp13" package

Please follow the steps below to uninstall libclang-cpp13 on Kali Linux:

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

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

Package: libclang-cpp13
Source: llvm-toolchain-13
Version: 1:13.0.1-7
Installed-Size: 56558
Maintainer: LLVM Packaging Team
Architecture: amd64
Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.0), libllvm13 (= 1:13.0.1-7), libstdc++6 (>= 12)
Size: 10727836
SHA256: e749fd21982b12872f1c8996653f512412a1d5ec02eb574a312bb9cf58945510
SHA1: 077f4cf1804b2109a3add8cba497b3ba0a3ac15d
MD5sum: e91c39e76027c8ded8eb1277680908f1
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-13/libclang-cpp13_13.0.1-7_amd64.deb