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

Last updated: October 05,2024

1. Install "llvm-16-examples" package

This guide let you learn how to install llvm-16-examples on Kali Linux

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

2. Uninstall "llvm-16-examples" package

This is a short guide on how to uninstall llvm-16-examples on Kali Linux:

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

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

Package: llvm-16-examples
Source: llvm-toolchain-16
Version: 1:16.0.6-20
Installed-Size: 468
Maintainer: LLVM Packaging Team
Architecture: all
Depends: llvm-16-dev (>= 1:16.0.6-20), llvm-16-dev (<< 1:16.0.6-20+c~)
Size: 279616
SHA256: a58879ae434e9254914b18fdc283f8ac13d82c7ebb5e98b5bf63dee9365a3564
SHA1: 13b1b923d27754ec4446cb0c92d9033a0bbeb9fa
MD5sum: 900770ad5b97d5a534a5279f940001aa
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:
Homepage: https://www.llvm.org/
Section: doc
Priority: optional
Filename: pool/main/l/llvm-toolchain-16/llvm-16-examples_16.0.6-20_all.deb