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

Last updated: October 05,2024

1. Install "clang-14" package

This guide covers the steps necessary to install clang-14 on Kali Linux

$ sudo apt update $ sudo apt install clang-14

2. Uninstall "clang-14" package

In this section, we are going to explain the necessary steps to uninstall clang-14 on Kali Linux:

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

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

Package: clang-14
Source: llvm-toolchain-14
Version: 1:14.0.6-16
Installed-Size: 351
Maintainer: LLVM Packaging Team
Architecture: amd64
Provides: c++-compiler, c-compiler, objc-compiler
Depends: libc6 (>= 2.34), libclang-cpp14 (>= 1:14.0.6), libgcc-s1 (>= 3.0), libllvm14, libstdc++6 (>= 11), libstdc++-13-dev, libgcc-13-dev, libobjc-13-dev, libclang-common-14-dev (= 1:14.0.6-16), llvm-14-linker-tools (= 1:14.0.6-16), libclang1-14 (= 1:14.0.6-16), libc6-dev, binutils
Recommends: llvm-14-dev, python3
Suggests: clang-14-doc, wasi-libc
Size: 103200
SHA256: df7cde27f44531b82ed74b8a29df5630c2cf392e1c5766efd5f2a20a6027ab6f
SHA1: 166d97f2b415d956524f173905def8fb11114f6c
MD5sum: e58033194d99a3a220b67a592b0329b6
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-14/clang-14_14.0.6-16_amd64.deb