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

Last updated: May 16,2024

1. Install "libclang1-13" package

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

$ sudo apt update $ sudo apt install libclang1-13

2. Uninstall "libclang1-13" package

This is a short guide on how to uninstall libclang1-13 on Kali Linux:

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

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

Package: libclang1-13
Source: llvm-toolchain-13
Version: 1:13.0.1-7
Installed-Size: 32716
Maintainer: LLVM Packaging Team
Architecture: amd64
Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.0), libllvm13, libstdc++6 (>= 11)
Size: 6190868
SHA256: 99a1388ac0a1bca586d31c66f0963d973d9dae81d18c050b100f64ec90fdec92
SHA1: c53c371b96f3ad28958c6389093a91b9976839b6
MD5sum: 9dbb9eaf4cc9e9d602d17e24e34cbd16
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-13/libclang1-13_13.0.1-7_amd64.deb