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

Last updated: May 16,2024

1. Install "llvm-15-examples" package

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

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

2. Uninstall "llvm-15-examples" package

Please follow the instructions below to uninstall llvm-15-examples on Kali Linux:

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

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

Package: llvm-15-examples
Source: llvm-toolchain-15
Version: 1:15.0.7-10
Installed-Size: 468
Maintainer: LLVM Packaging Team
Architecture: all
Depends: llvm-15-dev (>= 1:15.0.7-10), llvm-15-dev (<< 1:15.0.7-10+c~)
Size: 274188
SHA256: 36de8fb3c3284f1b69fda4ee624830062ab790e6c7902182977773cfa8f9e639
SHA1: 45435bb50d2e07c27158e128c7d3a72fd66ca730
MD5sum: 75a1d705f821ce3cae73e1fd56306f4a
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-15/llvm-15-examples_15.0.7-10_all.deb