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

Last updated: May 18,2024

1. Install "llvm-17-runtime" package

Please follow the guidance below to install llvm-17-runtime on Kali Linux

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

2. Uninstall "llvm-17-runtime" package

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

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

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

Package: llvm-17-runtime
Source: llvm-toolchain-17
Version: 1:17.0.6-5
Installed-Size: 1634
Maintainer: LLVM Packaging Team
Architecture: amd64
Depends: libc6 (>= 2.36), libgcc-s1 (>= 3.3), libllvm17, libstdc++6 (>= 12), libtinfo6 (>= 6), libz3-4 (>= 4.8.12), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4)
Recommends: binfmt-support | systemd
Size: 524456
SHA256: 9360eb3b4cf7de9f80059c64bc544b5736782825629186c04ae440354bc16dc0
SHA1: 7367834d3fbbbc2fbcd8be8e66eccf0397a4a2be
MD5sum: 756eba760eee39036f68e8595c19f956
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-17/llvm-17-runtime_17.0.6-5_amd64.deb