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

Last updated: July 07,2024

1. Install "llvm-15-runtime" package

This tutorial shows how to install llvm-15-runtime on Kali Linux

$ sudo apt update $ sudo apt install llvm-15-runtime

2. Uninstall "llvm-15-runtime" package

This is a short guide on how to uninstall llvm-15-runtime on Kali Linux:

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

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

Package: llvm-15-runtime
Source: llvm-toolchain-15
Version: 1:15.0.7-10
Installed-Size: 1513
Maintainer: LLVM Packaging Team
Architecture: amd64
Depends: libc6 (>= 2.36), libgcc-s1 (>= 3.3), libllvm15, libstdc++6 (>= 12), libtinfo6 (>= 6), libz3-4 (>= 4.8.12), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4)
Recommends: binfmt-support | systemd
Size: 500612
SHA256: 4f507da7ab6304ea2b6a8f5e993160f47ff3f2535be626c6811222d620463252
SHA1: ad1a38a2a1764abbb4ac5cbc4b9149c9ee2e029f
MD5sum: 67583ca6c9ec20aa778365c0b1b95006
Description: Modular compiler and toolchain technologies, IR interpreter
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).
.
This package provides the minimal required to execute programs in LLVM
format.
Description-md5:
Homepage: https://www.llvm.org/
Section: devel
Priority: optional
Filename: pool/main/l/llvm-toolchain-15/llvm-15-runtime_15.0.7-10_amd64.deb