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

Last updated: November 23,2024

1. Install "llvm-3.6-examples" package

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

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

2. Uninstall "llvm-3.6-examples" package

In this section, we are going to explain the necessary steps to uninstall llvm-3.6-examples on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: llvm-3.6-examples
Priority: optional
Section: doc
Installed-Size: 387
Maintainer: Ubuntu Developers
Original-Maintainer: LLVM Packaging Team
Architecture: all
Source: llvm-toolchain-3.6
Version: 1:3.6.2-3ubuntu2
Depends: llvm-3.6-dev (>= 1:3.6.2-3ubuntu2), llvm-3.6-dev (<< 1:3.6.2-3ubuntu2+c~)
Filename: pool/main/l/llvm-toolchain-3.6/llvm-3.6-examples_3.6.2-3ubuntu2_all.deb
Size: 182048
MD5sum: 648cdf658443e4fa37a7a78669845f20
SHA1: bcd44f510c4044af0fc369c72374a6eb67815f9f
SHA256: cdfe837a529e4d937330db6aefe58400d76bf9ce6aa9690d7cac327066481de7
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
Supported: 9m