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

Last updated: October 06,2024

1. Install "llvm-11" package

Please follow the steps below to install llvm-11 on Kali Linux

$ sudo apt update $ sudo apt install llvm-11

2. Uninstall "llvm-11" package

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

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

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

Package: llvm-11
Source: llvm-toolchain-11 (1:11.1.0-6)
Version: 1:11.1.0-6+b2
Installed-Size: 32260
Maintainer: LLVM Packaging Team
Architecture: amd64
Depends: llvm-11-runtime (= 1:11.1.0-6+b2), llvm-11-linker-tools (= 1:11.1.0-6+b2), libc6 (>= 2.33), libgcc-s1 (>= 3.3), libllvm11 (>= 1:9~svn298832-1~), libpfm4, libstdc++6 (>= 11), libtinfo6 (>= 6), libz3-4 (>= 4.8.12), zlib1g (>= 1:1.2.0)
Recommends: llvm-11-dev
Suggests: llvm-11-doc
Size: 8480824
SHA256: 6a71b0a68557a713ecc34747e3e6a12286c24425a886b481da25d07524442b64
SHA1: 0c6ed79b5df429198ae1a8f520095d595c7c3eca
MD5sum: 583d30ba637c25c2d7b782c9d4012529
Description: Modular compiler and toolchain technologies
LLVM is a collection of libraries and tools that make it easy to build
compilers, optimizers, just-in-time code generators, and many other
compiler-related programs.
.
LLVM uses a single, language-independent virtual instruction set both
as an offline code representation (to communicate code between
compiler phases and to run-time systems) and as the compiler internal
representation (to analyze and transform programs). This persistent
code representation allows a common set of sophisticated compiler
techniques to be applied at compile-time, link-time, install-time,
run-time, or "idle-time" (between program runs).
.
The strengths of the LLVM infrastructure are its extremely
simple design (which makes it easy to understand and use),
source-language independence, powerful mid-level optimizer, automated
compiler debugging support, extensibility, and its stability and
reliability. LLVM is currently being used to host a wide variety of
academic research projects and commercial projects. LLVM includes C
and C++ front-ends, a front-end for a Forth-like language (Stacker),
a young scheme front-end, and Java support is in development. LLVM can
generate code for X96, SparcV10, PowerPC or many other architectures.
Description-md5: 07d463911771b9679a5f0131f40992d4
Homepage: https://www.llvm.org/
Section: devel
Priority: optional
Filename: pool/main/l/llvm-toolchain-11/llvm-11_11.1.0-6+b2_amd64.deb