How to Install and Uninstall llvm-15-tools Package on Kali Linux

Last updated: September 28,2024

1. Install "llvm-15-tools" package

This guide let you learn how to install llvm-15-tools on Kali Linux

$ sudo apt update $ sudo apt install llvm-15-tools

2. Uninstall "llvm-15-tools" package

Please follow the guidelines below to uninstall llvm-15-tools on Kali Linux:

$ sudo apt remove llvm-15-tools $ sudo apt autoclean && sudo apt autoremove

3. Information about the llvm-15-tools package on Kali Linux

Package: llvm-15-tools
Source: llvm-toolchain-15
Version: 1:15.0.7-10
Installed-Size: 2067
Maintainer: LLVM Packaging Team
Architecture: amd64
Depends: libc6 (>= 2.36), libgcc-s1 (>= 3.3), libllvm15, libstdc++6 (>= 11), libtinfo6 (>= 6), libz3-4 (>= 4.8.12), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4), python3, python3-pygments, python3-yaml
Size: 439372
SHA256: 774d34acaca62e9de91baaa2fef8352dccdd27290577e9041de991ef5e6ce23e
SHA1: 1de731720942c14521127a4e2b0b31a7edc893a8
MD5sum: 9dcf6b94b7a7650955fb9332b21fabdc
Description: Modular compiler and toolchain technologies, tools
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 tools for testing.
Description-md5:
Homepage: https://www.llvm.org/
Section: devel
Priority: optional
Filename: pool/main/l/llvm-toolchain-15/llvm-15-tools_15.0.7-10_amd64.deb