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

Last updated: July 05,2024

1. Install "clang-16" package

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

$ sudo apt update $ sudo apt install clang-16

2. Uninstall "clang-16" package

This guide covers the steps necessary to uninstall clang-16 on Kali Linux:

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

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

Package: clang-16
Source: llvm-toolchain-16
Version: 1:16.0.6-20
Installed-Size: 372
Maintainer: LLVM Packaging Team
Architecture: amd64
Provides: c++-compiler, c-compiler, objc-compiler
Depends: libc6 (>= 2.34), libclang-cpp16 (>= 1:16.0.6), libgcc-s1 (>= 3.0), libllvm16, libstdc++6 (>= 11), libstdc++-13-dev, libgcc-13-dev, libobjc-13-dev, libclang-common-16-dev (= 1:16.0.6-20), llvm-16-linker-tools (= 1:16.0.6-20), libclang1-16 (= 1:16.0.6-20), libc6-dev, binutils
Recommends: llvm-16-dev, python3
Suggests: clang-16-doc, wasi-libc
Size: 110792
SHA256: 7bed44aa0608b2d5e8cb97cd7e51eb65309c39aa6faff28ee58aed544d9bf562
SHA1: 31865536404e1e29f0ca1f538b867fb6b2622a9d
MD5sum: a8b5994d9f22a954a73ccaa8c27cafcb
Description: C, C++ and Objective-C compiler
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.
Description-md5:
Homepage: https://www.llvm.org/
Section: devel
Priority: optional
Filename: pool/main/l/llvm-toolchain-16/clang-16_16.0.6-20_amd64.deb