How to Install and Uninstall llvm-3.7-examples Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: November 23,2024

1. Install "llvm-3.7-examples" package

Please follow the step by step instructions below to install llvm-3.7-examples on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "llvm-3.7-examples" package

Please follow the steps below to uninstall llvm-3.7-examples on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the llvm-3.7-examples package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: llvm-3.7-examples
Priority: optional
Section: universe/doc
Installed-Size: 453
Maintainer: Ubuntu Developers
Original-Maintainer: LLVM Packaging Team
Architecture: all
Source: llvm-toolchain-3.7
Version: 1:3.7.1-2ubuntu2
Depends: llvm-3.7-dev (>= 1:3.7.1-2ubuntu2), llvm-3.7-dev (<< 1:3.7.1-2ubuntu2+c~)
Filename: pool/universe/l/llvm-toolchain-3.7/llvm-3.7-examples_3.7.1-2ubuntu2_all.deb
Size: 217400
MD5sum: caa4e348a63db54792fd57e19401c75e
SHA1: 2db841d558bc5322e4c01beeb602d561e72172b8
SHA256: 76fa6578c3010c02b185da984eae61fef7b8efb2f9090e64158911c25e2b8339
Description-en: 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: http://www.llvm.org/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu