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

Last updated: April 28,2024

1. Install "clang-11" package

Please follow the instructions below to install clang-11 on Kali Linux

$ sudo apt update $ sudo apt install clang-11

2. Uninstall "clang-11" package

Please follow the steps below to uninstall clang-11 on Kali Linux:

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

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

Package: clang-11
Source: llvm-toolchain-11 (1:11.1.0-6)
Version: 1:11.1.0-6+b2
Installed-Size: 334
Maintainer: LLVM Packaging Team
Architecture: amd64
Provides: c++-compiler, c-compiler, objc-compiler
Depends: libc6 (>= 2.32), libclang-cpp11 (>= 1:11.1.0), libgcc-s1 (>= 3.0), libllvm11 (>= 1:9~svn298832-1~), libstdc++6 (>= 11), libstdc++-11-dev, libgcc-11-dev, libobjc-11-dev, libclang-common-11-dev (= 1:11.1.0-6+b2), llvm-11-linker-tools (= 1:11.1.0-6+b2), libclang1-11 (= 1:11.1.0-6+b2), libc6-dev, binutils
Recommends: llvm-11-dev, python3
Suggests: clang-11-doc
Size: 110844
SHA256: b3a4e7852136407ec460a93308cd4e8da952eb9770967355ec7178facd933aa1
SHA1: 0ad298d4483d3f91a24c8d1956e64d15c19c2189
MD5sum: 98d3cb08fe37a0b5b05b7876cbca8fc4
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: c364160e44345420df0f2e97b3082b69
Homepage: https://www.llvm.org/
Section: devel
Priority: optional
Filename: pool/main/l/llvm-toolchain-11/clang-11_11.1.0-6+b2_amd64.deb