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

Last updated: May 16,2024

1. Install "llvm-14-runtime" package

Learn how to install llvm-14-runtime on Kali Linux

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

2. Uninstall "llvm-14-runtime" package

This guide covers the steps necessary to uninstall llvm-14-runtime on Kali Linux:

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

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

Package: llvm-14-runtime
Source: llvm-toolchain-14
Version: 1:14.0.6-16
Installed-Size: 1426
Maintainer: LLVM Packaging Team
Architecture: amd64
Depends: libc6 (>= 2.36), libgcc-s1 (>= 3.3), libllvm14, libstdc++6 (>= 12), libtinfo6 (>= 6), libz3-4 (>= 4.8.12), zlib1g (>= 1:1.1.4)
Recommends: binfmt-support | systemd
Size: 480132
SHA256: 88886bf1be5057921d9c9fe803d065093791c59694b1e7e33413cb136d1373d2
SHA1: 2520255ee8577045d5a37b55f8c31256564bdc9d
MD5sum: e63d82adb374368578b5af135a853d91
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-14/llvm-14-runtime_14.0.6-16_amd64.deb