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

Last updated: May 03,2024

1. Install "libclang-cpp14" package

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

$ sudo apt update $ sudo apt install libclang-cpp14

2. Uninstall "libclang-cpp14" package

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

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

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

Package: libclang-cpp14
Source: llvm-toolchain-14
Version: 1:14.0.6-16
Installed-Size: 57785
Maintainer: LLVM Packaging Team
Architecture: amd64
Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libllvm14 (= 1:14.0.6-16), libstdc++6 (>= 12)
Size: 11122080
SHA256: 6e22ef38234bd675fb0b9ccdf33976c97d8c9c0891085aef1f9a4131ea51d598
SHA1: e8ad88640264a4fe4d62235a90d0494270ce73ec
MD5sum: 2b8021f3b7ac2e6e3b2f2706cdd1c278
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/
Tag: role::shared-lib
Section: libs
Priority: optional
Filename: pool/main/l/llvm-toolchain-14/libclang-cpp14_14.0.6-16_amd64.deb