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

Last updated: July 03,2024

1. Install "libclang-17-dev" package

This tutorial shows how to install libclang-17-dev on Kali Linux

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

2. Uninstall "libclang-17-dev" package

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

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

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

Package: libclang-17-dev
Source: llvm-toolchain-17
Version: 1:17.0.6-5
Installed-Size: 278877
Maintainer: LLVM Packaging Team
Architecture: amd64
Depends: libstdc++-13-dev, libgcc-13-dev, libobjc-13-dev, libclang1-17 (= 1:17.0.6-5), libclang-common-17-dev (= 1:17.0.6-5)
Size: 26150068
SHA256: 6c8a7b6c3df208a4b61f3e96c9becf9ffad271ae9453fbc08eee58b71a21fe0b
SHA1: cf93a5b6fbf5c6c977ac0a667ff71fbad8581705
MD5sum: 973a96077306f4688720e0987142f98e
Description: Clang library - Development package
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 headers to develop extensions over
libclang1-17.
Description-md5:
Homepage: https://www.llvm.org/
Section: libdevel
Priority: optional
Filename: pool/main/l/llvm-toolchain-17/libclang-17-dev_17.0.6-5_amd64.deb