How to Install and Uninstall llvm-16-dev Package on Kali Linux

Last updated: September 28,2024

1. Install "llvm-16-dev" package

This is a short guide on how to install llvm-16-dev on Kali Linux

$ sudo apt update $ sudo apt install llvm-16-dev

2. Uninstall "llvm-16-dev" package

This guide let you learn how to uninstall llvm-16-dev on Kali Linux:

$ sudo apt remove llvm-16-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the llvm-16-dev package on Kali Linux

Package: llvm-16-dev
Source: llvm-toolchain-16
Version: 1:16.0.6-20
Installed-Size: 314079
Maintainer: LLVM Packaging Team
Architecture: amd64
Depends: libc6 (>= 2.2.5), libgcc-s1 (>= 3.0), libllvm16 (= 1:16.0.6-20), libstdc++6 (>= 4.1.1), libffi-dev, llvm-16 (= 1:16.0.6-20), libncurses-dev, llvm-16-tools (= 1:16.0.6-20), libclang-cpp16 (= 1:16.0.6-20), libz3-dev, libxml2-dev
Size: 37715760
SHA256: a4e0df972659f89dfec0980757bdc4ad3d1d2c5f15bf7638aab56a594b117995
SHA1: a9ff7fb2db1d5db67fd79f8bbf2ddfefeb347357
MD5sum: 7c487e2939ba957f36bdc126988c3954
Description: Modular compiler and toolchain technologies, libraries and headers
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 libraries and headers to develop applications
using llvm.
Description-md5:
Homepage: https://www.llvm.org/
Section: devel
Priority: optional
Filename: pool/main/l/llvm-toolchain-16/llvm-16-dev_16.0.6-20_amd64.deb