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

Last updated: May 19,2024

1. Install "llvm-14-examples" package

This is a short guide on how to install llvm-14-examples on Kali Linux

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

2. Uninstall "llvm-14-examples" package

This guide let you learn how to uninstall llvm-14-examples on Kali Linux:

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

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

Package: llvm-14-examples
Source: llvm-toolchain-14
Version: 1:14.0.6-16
Installed-Size: 459
Maintainer: LLVM Packaging Team
Architecture: all
Depends: llvm-14-dev (>= 1:14.0.6-16), llvm-14-dev (<< 1:14.0.6-16+c~)
Size: 269808
SHA256: 91e26f04a0274f309f92116ef28709d58ab0be3456e4cfa54c316a3d54bd33af
SHA1: 1e606509a8ced32adecd03e56ce95a4c43eda25e
MD5sum: 4498989ed67538b8d07f5ddb002afea8
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-14/llvm-14-examples_14.0.6-16_all.deb