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

Last updated: October 05,2024

1. Install "llvm-13-dev" package

This guide let you learn how to install llvm-13-dev on Kali Linux

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

2. Uninstall "llvm-13-dev" package

Please follow the guidance below to uninstall llvm-13-dev on Kali Linux:

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

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

Package: llvm-13-dev
Source: llvm-toolchain-13
Version: 1:13.0.1-7
Installed-Size: 250644
Maintainer: LLVM Packaging Team
Architecture: amd64
Depends: libc6 (>= 2.2.5), libgcc-s1 (>= 3.0), libllvm13 (= 1:13.0.1-7), libstdc++6 (>= 4.1.1), libffi-dev, llvm-13 (= 1:13.0.1-7), libtinfo-dev, llvm-13-tools (= 1:13.0.1-7), libclang-cpp13 (= 1:13.0.1-7), libz3-dev, libxml2-dev
Size: 31379704
SHA256: 5e06c307095e1d194d50353e44429c08174b5f3b3687dc5cff2bf8f80601c874
SHA1: 7118ca51af42e758b68ef63e1951cc300920e543
MD5sum: 6161a1236739a81ef27aed17542f6aa2
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-13/llvm-13-dev_13.0.1-7_amd64.deb