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

Last updated: May 20,2024

1. Install "llvm-17-examples" package

Please follow the guidelines below to install llvm-17-examples on Kali Linux

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

2. Uninstall "llvm-17-examples" package

Please follow the guidance below to uninstall llvm-17-examples on Kali Linux:

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

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

Package: llvm-17-examples
Source: llvm-toolchain-17
Version: 1:17.0.6-5
Installed-Size: 462
Maintainer: LLVM Packaging Team
Architecture: all
Depends: llvm-17-dev (>= 1:17.0.6-5), llvm-17-dev (<< 1:17.0.6-5+c~)
Size: 278912
SHA256: e089192eaeac50665fece511145f95b7f483748bb620eaf03a890e2cae0d3085
SHA1: 4948b9d42c3b0dc10b52d616dcc467f6ec8244c6
MD5sum: 596a046d77358869fe2a8674934f3a5e
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-17/llvm-17-examples_17.0.6-5_all.deb