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

Last updated: May 05,2024

1. Install "clang-tools-12" package

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

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

2. Uninstall "clang-tools-12" package

Please follow the instructions below to uninstall clang-tools-12 on Kali Linux:

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

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

Package: clang-tools-12
Source: llvm-toolchain-12 (1:12.0.1-20)
Version: 1:12.0.1-20+b1
Installed-Size: 24564
Maintainer: LLVM Packaging Team
Architecture: amd64
Depends: libc6 (>= 2.32), libclang-cpp12 (>= 1:12.0.1), libclang1-12 (>= 1:12~++20200417041528+cc0ec3fdb9d-1~), libgcc-s1 (>= 3.0), libllvm12, libstdc++6 (>= 11), libxml2 (>= 2.7.4), clang-12 (= 1:12.0.1-20+b1), python3
Size: 5847704
SHA256: e65604d8a6b0ae5a44a4565104c7bad66abc8773bc703ec520683c51b8965ea1
SHA1: d14a1e5dec0cd9930cfd7689fa13eafbce2a7646
MD5sum: b149130025ae09e7806cb2d15d1415e5
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-12/clang-tools-12_12.0.1-20+b1_amd64.deb