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

Last updated: May 17,2024

1. Install "llvm-14-dev" package

This tutorial shows how to install llvm-14-dev on Kali Linux

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

2. Uninstall "llvm-14-dev" package

Learn how to uninstall llvm-14-dev on Kali Linux:

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

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

Package: llvm-14-dev
Source: llvm-toolchain-14
Version: 1:14.0.6-16
Installed-Size: 272666
Maintainer: LLVM Packaging Team
Architecture: amd64
Depends: libc6 (>= 2.2.5), libgcc-s1 (>= 3.0), libllvm14 (= 1:14.0.6-16), libstdc++6 (>= 4.1.1), libffi-dev, llvm-14 (= 1:14.0.6-16), libtinfo-dev, llvm-14-tools (= 1:14.0.6-16), libclang-cpp14 (= 1:14.0.6-16), libz3-dev, libxml2-dev
Size: 34039128
SHA256: 0513d0dc33fb468a94c1c67647f1cbd0aa14eed976e3dade5d3dc983ac0ff212
SHA1: 79842012bf81bd862b1fa8bb590ab9845f1815df
MD5sum: 23f5aeadc45190c728dfbaa265d9d391
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-14/llvm-14-dev_14.0.6-16_amd64.deb