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

Last updated: May 17,2024

1. Install "clang-tools-15" package

This tutorial shows how to install clang-tools-15 on Kali Linux

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

2. Uninstall "clang-tools-15" package

Please follow the guidance below to uninstall clang-tools-15 on Kali Linux:

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

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

Package: clang-tools-15
Source: llvm-toolchain-15
Version: 1:15.0.7-10
Installed-Size: 35586
Maintainer: LLVM Packaging Team
Architecture: amd64
Depends: libc6 (>= 2.34), libclang-cpp15 (>= 1:15.0.7), libclang1-15 (>= 1:13~++20200417041528+cc0ec3fdb9d-1~), libgcc-s1 (>= 3.0), libllvm15, libstdc++6 (>= 11), libxml2 (>= 2.7.4), clang-15 (= 1:15.0.7-10), python3
Size: 7120076
SHA256: ae438846388f905a2df462556237fd83335516ae357334a3612e9fc43db1a706
SHA1: 7712de702a2ecdcbdf90776cdb1a65adf6040c9c
MD5sum: 29723d1f4929c07f5c0c6bf7e83fd1d2
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-15/clang-tools-15_15.0.7-10_amd64.deb