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

Last updated: May 09,2024

1. Install "clang-tools-13" package

Please follow the step by step instructions below to install clang-tools-13 on Kali Linux

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

2. Uninstall "clang-tools-13" package

This tutorial shows how to uninstall clang-tools-13 on Kali Linux:

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

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

Package: clang-tools-13
Source: llvm-toolchain-13
Version: 1:13.0.1-7
Installed-Size: 29040
Maintainer: LLVM Packaging Team
Architecture: amd64
Depends: libc6 (>= 2.32), libclang-cpp13 (>= 1:13.0.1), libclang1-13 (>= 1:13~++20200417041528+cc0ec3fdb9d-1~), libgcc-s1 (>= 3.0), libllvm13, libstdc++6 (>= 11), libxml2 (>= 2.7.4), clang-13 (= 1:13.0.1-7), python3
Size: 6276108
SHA256: ad259184b51562d5f0e885d6125bef6eda4bd6f0c2d82de6b98e0b579871f437
SHA1: 2c5cf179ce7258be6dde8856ec6ab4b949ce79f1
MD5sum: c61788b8c7a97ef9d9ea5c579129fb11
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-13/clang-tools-13_13.0.1-7_amd64.deb