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

Last updated: May 15,2024

1. Install "clang-tools-16" package

This is a short guide on how to install clang-tools-16 on Kali Linux

$ sudo apt update $ sudo apt install clang-tools-16

2. Uninstall "clang-tools-16" package

Please follow the steps below to uninstall clang-tools-16 on Kali Linux:

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

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

Package: clang-tools-16
Source: llvm-toolchain-16
Version: 1:16.0.6-20
Installed-Size: 39657
Maintainer: LLVM Packaging Team
Architecture: amd64
Depends: libc6 (>= 2.36), libclang-cpp16 (>= 1:16.0.6), libclang1-16 (>= 1:16.0.2-1~), libgcc-s1 (>= 3.3), libllvm16, libstdc++6 (>= 11), libtinfo6 (>= 6), libxml2 (>= 2.7.4), libz3-4 (>= 4.8.12), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4), clang-16 (= 1:16.0.6-20), python3
Size: 7792176
SHA256: a89e512545bc1d1749b5bf1b44dd2e22f4308dae8ff9895b7a750a88c5df57e9
SHA1: c29717c7f525c825c9240370ff3532575686d745
MD5sum: 7a9e811ec8ebbc83d360f15206159826
Description: clang-based tools for C/C++ developments
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 some clang-based tools like scan-build, clang-cl, etc.
Description-md5:
Homepage: https://www.llvm.org/
Section: devel
Priority: optional
Filename: pool/main/l/llvm-toolchain-16/clang-tools-16_16.0.6-20_amd64.deb