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

Last updated: July 05,2024

1. Install "llvm-17-dev" package

In this section, we are going to explain the necessary steps to install llvm-17-dev on Kali Linux

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

2. Uninstall "llvm-17-dev" package

Here is a brief guide to show you how to uninstall llvm-17-dev on Kali Linux:

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

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

Package: llvm-17-dev
Source: llvm-toolchain-17
Version: 1:17.0.6-5
Installed-Size: 318508
Maintainer: LLVM Packaging Team
Architecture: amd64
Depends: libc6 (>= 2.2.5), libgcc-s1 (>= 3.0), libllvm17 (= 1:17.0.6-5), libstdc++6 (>= 4.1.1), libffi-dev, llvm-17 (= 1:17.0.6-5), libncurses-dev, llvm-17-tools (= 1:17.0.6-5), libclang-cpp17 (= 1:17.0.6-5), libz3-dev, libxml2-dev
Size: 38798764
SHA256: 3c1c4fdaead7448028587a33be1e4f724566065feb70fb8f66643919da1641b2
SHA1: 359f6470089b10b9afa6a334604777a0ba10422e
MD5sum: c39bcabf8138bd53ced696e7dd727a31
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-17/llvm-17-dev_17.0.6-5_amd64.deb