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

Last updated: April 29,2024

1. Install "llvm-11-examples" package

This tutorial shows how to install llvm-11-examples on Kali Linux

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

2. Uninstall "llvm-11-examples" package

Please follow the steps below to uninstall llvm-11-examples on Kali Linux:

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

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

Package: llvm-11-examples
Source: llvm-toolchain-11
Version: 1:11.1.0-6
Installed-Size: 586
Maintainer: LLVM Packaging Team
Architecture: all
Depends: llvm-11-dev (>= 1:11.1.0-6), llvm-11-dev (<< 1:11.1.0-6+c~)
Size: 318040
SHA256: 017d6c005fe6f6a62b9367435af4a64365ec0f682c2bad58500e5d72fd478dd4
SHA1: 5914ca1e6eec92a7e22c012340e68611c1b62489
MD5sum: 6a55da423441e45b4153f6b811183d4e
Description: Modular compiler and toolchain technologies, examples
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 contains examples for using LLVM, both in developing
extensions to LLVM and in using it to compile code.
Description-md5: 61fee537b751bf39ce1ac5bf27ca3806
Homepage: https://www.llvm.org/
Section: doc
Priority: optional
Filename: pool/main/l/llvm-toolchain-11/llvm-11-examples_11.1.0-6_all.deb