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

Last updated: May 11,2024

1. Install "libclang-dev" package

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

$ sudo apt update $ sudo apt install libclang-dev

2. Uninstall "libclang-dev" package

Please follow the guidelines below to uninstall libclang-dev on Kali Linux:

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

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

Package: libclang-dev
Source: llvm-defaults (0.57)
Version: 1:16.0-57
Installed-Size: 11
Maintainer: LLVM Packaging Team
Architecture: amd64
Depends: libclang-16-dev (>= 16~)
Size: 4948
SHA256: c71324ab4512799f04a7adadaf2bb36803d3da70cf71c0c80f1c16632d31df3e
SHA1: 016b22745ef9e9d93c4ed6788cabe23c2831165c
MD5sum: 6be5f173184d204064d5bab7790c6b0d
Description: clang library - Development package
Clang project is a C, C++, Objective C and Objective C++ front-end
for 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 and 14 standards and also
provides most of the support of C++17.
.
This is a dependency package providing the default libclang libraries and
headers.
Description-md5:
Tag: devel::library, role::devel-lib
Section: libdevel
Priority: optional
Filename: pool/main/l/llvm-defaults/libclang-dev_16.0-57_amd64.deb