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

Last updated: May 20,2024

1. Install "llvm-15-dev" package

Here is a brief guide to show you how to install llvm-15-dev on Kali Linux

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

2. Uninstall "llvm-15-dev" package

Please follow the guidelines below to uninstall llvm-15-dev on Kali Linux:

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

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

Package: llvm-15-dev
Source: llvm-toolchain-15
Version: 1:15.0.7-10
Installed-Size: 295130
Maintainer: LLVM Packaging Team
Architecture: amd64
Depends: libc6 (>= 2.2.5), libgcc-s1 (>= 3.0), libllvm15 (= 1:15.0.7-10), libstdc++6 (>= 4.1.1), libffi-dev, llvm-15 (= 1:15.0.7-10), libtinfo-dev, llvm-15-tools (= 1:15.0.7-10), libclang-cpp15 (= 1:15.0.7-10), libz3-dev, libxml2-dev
Size: 36970116
SHA256: 6439f876bf9dc96c9218fad02225a39ee441ed5e8b3ad3f5707257c781b80940
SHA1: 2f2846e51f57c98b9db0a707d196beab7d34bd48
MD5sum: 02855ca259a2616c714c5326107db7ad
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-15/llvm-15-dev_15.0.7-10_amd64.deb