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

Last updated: July 05,2024

1. Install "clang-tools-17" package

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

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

2. Uninstall "clang-tools-17" package

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

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

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

Package: clang-tools-17
Source: llvm-toolchain-17
Version: 1:17.0.6-5
Installed-Size: 38320
Maintainer: LLVM Packaging Team
Architecture: amd64
Depends: libc6 (>= 2.36), libclang-cpp17 (>= 1:17.0.6), libclang1-17 (>= 1:17), libgcc-s1 (>= 3.3), libllvm17, libstdc++6 (>= 11), libtinfo6 (>= 6), libxml2 (>= 2.7.4), libz3-4 (>= 4.8.12), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4), clang-17 (= 1:17.0.6-5), python3
Size: 7950404
SHA256: b74f2a959356ed57d3b71916a90a492ebea0e2df8a3166d61abfbab9932a7cd6
SHA1: d30b2574f0075f582327aaad622673d8e266ba1a
MD5sum: fa5082d79e3760b3f9270f476efd2863
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-17/clang-tools-17_17.0.6-5_amd64.deb