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

Last updated: May 07,2024

1. Install "clang-tools" package

Here is a brief guide to show you how to install clang-tools on Kali Linux

$ sudo apt update $ sudo apt install clang-tools

2. Uninstall "clang-tools" package

This guide let you learn how to uninstall clang-tools on Kali Linux:

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

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

Package: clang-tools
Source: llvm-defaults (0.57)
Version: 1:16.0-57
Installed-Size: 27
Maintainer: LLVM Packaging Team
Architecture: amd64
Replaces: clang (<< 1:4.0-42)
Depends: clang-tools-16 (>= 16~)
Breaks: clang (<< 1:4.0-42)
Size: 5264
SHA256: 52ad78aa494afb211d0a0ae7076f3c26706ed51c08a95be899714019c0e56f86
SHA1: 1dae42dd1dd8133951c5b4a355671be359bf5d40
MD5sum: 640bca54c5a790d7dfef4ad737f3df86
Description: clang-based tools
Clang project is a C, C++, Objective C and Objective C++ front-end
for 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 and 14 standards and also
provides most of the support of C++17.
.
This is a dependency package providing the clang tools package.
Description-md5:
Multi-Arch: same
Section: devel
Priority: optional
Filename: pool/main/l/llvm-defaults/clang-tools_16.0-57_amd64.deb