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

Last updated: May 21,2024

1. Install "libclang1-14" package

This guide let you learn how to install libclang1-14 on Kali Linux

$ sudo apt update $ sudo apt install libclang1-14

2. Uninstall "libclang1-14" package

Here is a brief guide to show you how to uninstall libclang1-14 on Kali Linux:

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

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

Package: libclang1-14
Source: llvm-toolchain-14
Version: 1:14.0.6-16
Installed-Size: 30136
Maintainer: LLVM Packaging Team
Architecture: amd64
Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libllvm14, libstdc++6 (>= 11)
Size: 6172604
SHA256: 32bdb6920595f3152b6a0536db1e9c9dbeafca994df1e1ceb91165c7cb1e7f73
SHA1: 9c33deb4d9fb6b1b8e38d46b937b93d5be8df70c
MD5sum: 3f6e4f1b3f119d8488d49fc8e8a20ca6
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/
Tag: role::shared-lib
Section: libs
Priority: optional
Filename: pool/main/l/llvm-toolchain-14/libclang1-14_14.0.6-16_amd64.deb