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

Last updated: October 05,2024

1. Install "llvm-11-dev" package

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

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

2. Uninstall "llvm-11-dev" package

This tutorial shows how to uninstall llvm-11-dev on Kali Linux:

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

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

Package: llvm-11-dev
Source: llvm-toolchain-11 (1:11.1.0-6)
Version: 1:11.1.0-6+b2
Installed-Size: 208233
Maintainer: LLVM Packaging Team
Architecture: amd64
Depends: libc6 (>= 2.2.5), libgcc-s1 (>= 3.0), libllvm11 (= 1:11.1.0-6+b2), libstdc++6 (>= 4.1.1), libffi-dev, llvm-11 (= 1:11.1.0-6+b2), libtinfo-dev, llvm-11-tools (= 1:11.1.0-6+b2), libclang-cpp11 (= 1:11.1.0-6+b2), libz3-dev, libxml2-dev
Size: 26926480
SHA256: 0eaf577c9035796289802eca713d5f0276464f4d7fc64536984cc3ace72700f2
SHA1: 9b806adf5abe515cea126c77e674779440d2bf9d
MD5sum: 0bf4cfd02de255257cf4c6d205ab1757
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: 29f654aa391c01f742a2023c872d7a49
Homepage: https://www.llvm.org/
Section: devel
Priority: optional
Filename: pool/main/l/llvm-toolchain-11/llvm-11-dev_11.1.0-6+b2_amd64.deb