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

Last updated: May 04,2024

1. Install "llvm-11-runtime" package

Please follow the steps below to install llvm-11-runtime on Kali Linux

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

2. Uninstall "llvm-11-runtime" package

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

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

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

Package: llvm-11-runtime
Source: llvm-toolchain-11 (1:11.1.0-6)
Version: 1:11.1.0-6+b2
Installed-Size: 640
Maintainer: LLVM Packaging Team
Architecture: amd64
Depends: libc6 (>= 2.33), libgcc-s1 (>= 3.3), libllvm11 (>= 1:9~svn298832-1~), libstdc++6 (>= 11), libtinfo6 (>= 6), libz3-4 (>= 4.8.12), zlib1g (>= 1:1.1.4)
Recommends: binfmt-support
Size: 213860
SHA256: 9cb4bf6d3760f670f1849ca4ac7eac93054fa60cb8f74aaa52275c22d08007a7
SHA1: b0fbb6428ea72a29a66216d5eb212de5d80f65f0
MD5sum: 84342143e99761adc04800b55ba6c548
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-11/llvm-11-runtime_11.1.0-6+b2_amd64.deb