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

Last updated: May 23,2024

1. Install "llvm-14-tools" package

Please follow the guidance below to install llvm-14-tools on Kali Linux

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

2. Uninstall "llvm-14-tools" package

Please follow the step by step instructions below to uninstall llvm-14-tools on Kali Linux:

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

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

Package: llvm-14-tools
Source: llvm-toolchain-14
Version: 1:14.0.6-16
Installed-Size: 1905
Maintainer: LLVM Packaging Team
Architecture: amd64
Depends: libc6 (>= 2.36), libgcc-s1 (>= 3.3), libllvm14, libstdc++6 (>= 11), libtinfo6 (>= 6), libz3-4 (>= 4.8.12), zlib1g (>= 1:1.1.4), python3, python3-pygments, python3-yaml
Size: 406116
SHA256: c6e45e9cf9db1c821d78d122aabb726e6110a6a9928daa1ec3d25ac0bec9ad70
SHA1: a7e2bd0116a70b101f4e7dfcafce36f0e6a96a11
MD5sum: d18dddbda9692ae20e7e90937cb8aa4a
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-14/llvm-14-tools_14.0.6-16_amd64.deb