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

Last updated: May 21,2024

1. Install "libclang-cpp14-dev" package

This guide let you learn how to install libclang-cpp14-dev on Kali Linux

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

2. Uninstall "libclang-cpp14-dev" package

This tutorial shows how to uninstall libclang-cpp14-dev on Kali Linux:

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

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

Package: libclang-cpp14-dev
Source: llvm-toolchain-14
Version: 1:14.0.6-16
Installed-Size: 48
Maintainer: LLVM Packaging Team
Architecture: amd64
Depends: libstdc++-13-dev, libgcc-13-dev, libclang-cpp14 (= 1:14.0.6-16)
Size: 31540
SHA256: b4291dc94b8c8a1464bf79e1715971422bcab22d246e9ed2e11b5a2f4f3dc830
SHA1: 7a537598fc398ac8154fe27c7106c3847be50778
MD5sum: 87c06651d1afc5ef18462fdcc265d11c
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-14/libclang-cpp14-dev_14.0.6-16_amd64.deb