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

Last updated: May 21,2024

1. Install "llvm-12-runtime" package

This guide covers the steps necessary to install llvm-12-runtime on Kali Linux

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

2. Uninstall "llvm-12-runtime" package

Here is a brief guide to show you how to uninstall llvm-12-runtime on Kali Linux:

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

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

Package: llvm-12-runtime
Source: llvm-toolchain-12 (1:12.0.1-20)
Version: 1:12.0.1-20+b1
Installed-Size: 705
Maintainer: LLVM Packaging Team
Architecture: amd64
Depends: libc6 (>= 2.33), libgcc-s1 (>= 3.3), libllvm12, libstdc++6 (>= 11), libtinfo6 (>= 6), libz3-4 (>= 4.8.12), zlib1g (>= 1:1.1.4)
Recommends: binfmt-support
Size: 230704
SHA256: 488397df18f83b1370574f13fb0717e67eb14008ba0f8ccba5133d67ad130a34
SHA1: b8c0c746d7133dd2c5b3b820a3f0ddd3d3fa7072
MD5sum: a59c039f35425ad2b097a06de57a3df9
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: a2e425ebfc2fcd56b539f44a28559b4a
Homepage: https://www.llvm.org/
Section: devel
Priority: optional
Filename: pool/main/l/llvm-toolchain-12/llvm-12-runtime_12.0.1-20+b1_amd64.deb