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

Last updated: July 03,2024

1. Install "llvm-15" package

Please follow the guidance below to install llvm-15 on Kali Linux

$ sudo apt update $ sudo apt install llvm-15

2. Uninstall "llvm-15" package

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

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

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

Package: llvm-15
Source: llvm-toolchain-15
Version: 1:15.0.7-10
Installed-Size: 52736
Maintainer: LLVM Packaging Team
Architecture: amd64
Depends: llvm-15-runtime (= 1:15.0.7-10), llvm-15-linker-tools (= 1:15.0.7-10), libc6 (>= 2.36), libcurl4 (>= 7.16.2), libgcc-s1 (>= 3.3), libllvm15, libpfm4, libstdc++6 (>= 13.1), libtinfo6 (>= 6), libz3-4 (>= 4.8.12), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.2.0)
Recommends: llvm-15-dev
Suggests: llvm-15-doc
Size: 12617556
SHA256: 463e3865fc9f94c1873c2c3cb5e6c635c2e26902bce3ce526d615b68dd4bcd0d
SHA1: 7d2a5b89f160457e4ee45ac0c9024e1ee3d3c294
MD5sum: bd7b41470bb8f687d0f97f3c5a30d160
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:
Homepage: https://www.llvm.org/
Section: devel
Priority: optional
Filename: pool/main/l/llvm-toolchain-15/llvm-15_15.0.7-10_amd64.deb