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

Last updated: May 03,2024

1. Install "llvm-12-tools" package

Please follow the steps below to install llvm-12-tools on Kali Linux

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

2. Uninstall "llvm-12-tools" package

Please follow the steps below to uninstall llvm-12-tools on Kali Linux:

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

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

Package: llvm-12-tools
Source: llvm-toolchain-12 (1:12.0.1-20)
Version: 1:12.0.1-20+b1
Installed-Size: 1774
Maintainer: LLVM Packaging Team
Architecture: amd64
Depends: libc6 (>= 2.33), libgcc-s1 (>= 3.3), libllvm12, libstdc++6 (>= 11), libtinfo6 (>= 6), libz3-4 (>= 4.8.12), zlib1g (>= 1:1.1.4), python3, python3-pygments, python3-yaml
Size: 403008
SHA256: d16f2b5896ea6dff37a02931533f64a85434eeed625dcf1e0811dd59dc07b3ac
SHA1: ee94320c623acfed0394fe2731e8bbb3cc55039a
MD5sum: 9896f33e3d4cebeb0c3a2fe4552ac974
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: 709eba32627c3c079585c05fc5963fe8
Homepage: https://www.llvm.org/
Section: devel
Priority: optional
Filename: pool/main/l/llvm-toolchain-12/llvm-12-tools_12.0.1-20+b1_amd64.deb