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

Last updated: July 04,2024

1. Install "libclang1-12" package

This guide covers the steps necessary to install libclang1-12 on Kali Linux

$ sudo apt update $ sudo apt install libclang1-12

2. Uninstall "libclang1-12" package

Please follow the steps below to uninstall libclang1-12 on Kali Linux:

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

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

Package: libclang1-12
Source: llvm-toolchain-12 (1:12.0.1-20)
Version: 1:12.0.1-20+b1
Installed-Size: 25777
Maintainer: LLVM Packaging Team
Architecture: amd64
Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.0), libllvm12, libstdc++6 (>= 11)
Size: 5641636
SHA256: bcf848dad480372d43f42beb2fdaec108f427dbb899ec3eaec498173c7fdacdf
SHA1: 768e2dbc7b8aa3b1e6f82108f988f733f36292f6
MD5sum: e4d85a81ce316211c6b417758fc6b51c
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: 6fbabc5fd121a4ff6b254de59627b6de
Homepage: https://www.llvm.org/
Section: libs
Priority: optional
Filename: pool/main/l/llvm-toolchain-12/libclang1-12_12.0.1-20+b1_amd64.deb