How to Install and Uninstall libclang1-16 Package on Kali Linux

Last updated: September 28,2024

1. Install "libclang1-16" package

In this section, we are going to explain the necessary steps to install libclang1-16 on Kali Linux

$ sudo apt update $ sudo apt install libclang1-16

2. Uninstall "libclang1-16" package

Please follow the instructions below to uninstall libclang1-16 on Kali Linux:

$ sudo apt remove libclang1-16 $ sudo apt autoclean && sudo apt autoremove

3. Information about the libclang1-16 package on Kali Linux

Package: libclang1-16
Source: llvm-toolchain-16
Version: 1:16.0.6-20
Installed-Size: 33693
Maintainer: LLVM Packaging Team
Architecture: amd64
Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libllvm16, libstdc++6 (>= 11)
Size: 6588440
SHA256: 5478c905bbf4a8fc687a98f1d8c06113a44bbcd3437e85359ef89547a26138bf
SHA1: d13b2a4f8a064b7f171757297e0fd7c8486ba8e3
MD5sum: da0e3656ef20879c63620e19043513ba
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 library.
.
The C Interface to Clang provides a relatively small 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/
Section: libs
Priority: optional
Filename: pool/main/l/llvm-toolchain-16/libclang1-16_16.0.6-20_amd64.deb