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

Last updated: September 18,2024

1. Install "clang-15" package

Learn how to install clang-15 on Kali Linux

$ sudo apt update $ sudo apt install clang-15

2. Uninstall "clang-15" package

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

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

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

Package: clang-15
Source: llvm-toolchain-15
Version: 1:15.0.7-10
Installed-Size: 362
Maintainer: LLVM Packaging Team
Architecture: amd64
Provides: c++-compiler, c-compiler, objc-compiler
Depends: libc6 (>= 2.34), libclang-cpp15 (>= 1:15.0.7), libgcc-s1 (>= 3.0), libllvm15, libstdc++6 (>= 11), libstdc++-13-dev, libgcc-13-dev, libobjc-13-dev, libclang-common-15-dev (= 1:15.0.7-10), llvm-15-linker-tools (= 1:15.0.7-10), libclang1-15 (= 1:15.0.7-10), libc6-dev, binutils
Recommends: llvm-15-dev, python3
Suggests: clang-15-doc, wasi-libc
Size: 108592
SHA256: 7e85dafbf8c242bdd45a8a3f398a10ceb5099206a1d8b2971bdf2df015c60cf6
SHA1: ef77ababcf1e3881f03e01f814ad82278e44a216
MD5sum: c1b3fcc87bdff71244b2cc4bfb1b52c7
Description: C, C++ and Objective-C compiler
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.
Description-md5:
Homepage: https://www.llvm.org/
Section: devel
Priority: optional
Filename: pool/main/l/llvm-toolchain-15/clang-15_15.0.7-10_amd64.deb