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

Last updated: May 17,2024

1. Install "llvm-16-runtime" package

Here is a brief guide to show you how to install llvm-16-runtime on Kali Linux

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

2. Uninstall "llvm-16-runtime" package

Please follow the step by step instructions below to uninstall llvm-16-runtime on Kali Linux:

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

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

Package: llvm-16-runtime
Source: llvm-toolchain-16
Version: 1:16.0.6-20
Installed-Size: 1627
Maintainer: LLVM Packaging Team
Architecture: amd64
Depends: libc6 (>= 2.36), libgcc-s1 (>= 3.3), libllvm16, libstdc++6 (>= 12), libtinfo6 (>= 6), libz3-4 (>= 4.8.12), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4)
Recommends: binfmt-support | systemd
Size: 518804
SHA256: 15a020a448b99caa4e3d6a66e5b19e6791b6eb55306a70f040eb5711368c7cc7
SHA1: ce24009732252fa6d2687e9b71462e77f506a455
MD5sum: 38396c9f2138e3c77b2f32ce1b99bf02
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-16/llvm-16-runtime_16.0.6-20_amd64.deb