How to Install and Uninstall libclang1 Package on Kali Linux

Last updated: May 11,2024

1. Install "libclang1" package

Please follow the steps below to install libclang1 on Kali Linux

$ sudo apt update $ sudo apt install libclang1

2. Uninstall "libclang1" package

In this section, we are going to explain the necessary steps to uninstall libclang1 on Kali Linux:

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

3. Information about the libclang1 package on Kali Linux

Package: libclang1
Source: llvm-defaults (0.57)
Version: 1:16.0-57
Installed-Size: 11
Maintainer: LLVM Packaging Team
Architecture: amd64
Depends: libclang1-16 (>= 16~)
Size: 5116
SHA256: 22b347205ef97b78945d69af56800a811e122a9d221892324b579265a597c9ef
SHA1: 09edcd3a00c7951bcada337d3d43f3cff814cdc9
MD5sum: c9dbf03b7e03dbbd82675db71077bb66
Description: C, C++ and Objective-C compiler (LLVM based)
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 clang libraries.
.
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:
Multi-Arch: same
Tag: role::shared-lib
Section: libs
Priority: optional
Filename: pool/main/l/llvm-defaults/libclang1_16.0-57_amd64.deb