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

Last updated: May 18,2024

1. Install "clang-tools-14" package

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

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

2. Uninstall "clang-tools-14" package

Learn how to uninstall clang-tools-14 on Kali Linux:

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

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

Package: clang-tools-14
Source: llvm-toolchain-14
Version: 1:14.0.6-16
Installed-Size: 28961
Maintainer: LLVM Packaging Team
Architecture: amd64
Depends: libc6 (>= 2.34), libclang-cpp14 (>= 1:14.0.6), libclang1-14 (>= 1:13~++20200417041528+cc0ec3fdb9d-1~), libgcc-s1 (>= 3.0), libllvm14, libstdc++6 (>= 11), libxml2 (>= 2.7.4), clang-14 (= 1:14.0.6-16), python3
Size: 6487552
SHA256: 9771e5a3b2a43d467329ca9f127c08ceca77588b92192d945f1edc2c35cf5d90
SHA1: afe0c0b32b27e11f8d4b4e242601daa5071ee238
MD5sum: b1200735578b98266b62c11b663f52cf
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-14/clang-tools-14_14.0.6-16_amd64.deb