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

Last updated: May 01,2024

1. Install "clang-tools-11" package

This guide covers the steps necessary to install clang-tools-11 on Kali Linux

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

2. Uninstall "clang-tools-11" package

Please follow the step by step instructions below to uninstall clang-tools-11 on Kali Linux:

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

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

Package: clang-tools-11
Source: llvm-toolchain-11 (1:11.1.0-6)
Version: 1:11.1.0-6+b2
Installed-Size: 24155
Maintainer: LLVM Packaging Team
Architecture: amd64
Depends: libc6 (>= 2.32), libclang-cpp11 (>= 1:11.1.0), libclang1-11 (>= 1:11~++20200417041528+cc0ec3fdb9d-1~), libgcc-s1 (>= 3.0), libllvm11 (>= 1:9~svn298832-1~), libstdc++6 (>= 11), libxml2 (>= 2.7.4), clang-11 (= 1:11.1.0-6+b2), python3
Size: 5711132
SHA256: b81fcbad5875ab8748ef0d1de558c286785f6d7f40316c061b58c40939cf1eae
SHA1: 7698e1c326cd72717b233c53e3e6faab5339a5c8
MD5sum: 77f25a94d9140f99729443d9cd404a89
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: da24a5a87f39211c1ff10f03f06e0a3c
Homepage: https://www.llvm.org/
Section: devel
Priority: optional
Filename: pool/main/l/llvm-toolchain-11/clang-tools-11_11.1.0-6+b2_amd64.deb