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

Last updated: September 20,2024

1. Install "clang-17" package

Please follow the guidance below to install clang-17 on Kali Linux

$ sudo apt update $ sudo apt install clang-17

2. Uninstall "clang-17" package

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

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

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

Package: clang-17
Source: llvm-toolchain-17
Version: 1:17.0.6-5
Installed-Size: 366
Maintainer: LLVM Packaging Team
Architecture: amd64
Provides: c++-compiler, c-compiler, objc-compiler
Depends: libc6 (>= 2.34), libclang-cpp17 (>= 1:17.0.6), libgcc-s1 (>= 3.0), libllvm17 (= 1:17.0.6-5), libstdc++6 (>= 11), libstdc++-13-dev, libgcc-13-dev, libobjc-13-dev, libclang-common-17-dev (= 1:17.0.6-5), llvm-17-linker-tools (= 1:17.0.6-5), libclang1-17 (= 1:17.0.6-5), libc6-dev, binutils
Recommends: llvm-17-dev, python3
Suggests: clang-17-doc, wasi-libc
Size: 110920
SHA256: e82125939b4b51053c5f4fb247fe778ed097183c3f58d5d79febb0c88c4eba7a
SHA1: fb93ac34c0ac44a3c21eb254672d71d3075a2052
MD5sum: 5f5c405a1196a1ae76e253634fe99672
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-17/clang-17_17.0.6-5_amd64.deb