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

Last updated: May 19,2024

1. Install "llvm-3.5-examples" package

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

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

2. Uninstall "llvm-3.5-examples" package

This guide covers the steps necessary to uninstall llvm-3.5-examples on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: llvm-3.5-examples
Priority: optional
Section: universe/doc
Installed-Size: 372
Maintainer: Ubuntu Developers
Original-Maintainer: LLVM Packaging Team
Architecture: all
Source: llvm-toolchain-3.5
Version: 1:3.5.2-3ubuntu1
Depends: llvm-3.5-dev (>= 1:3.5.2-3ubuntu1), llvm-3.5-dev (<< 1:3.5.2-3ubuntu1+c~)
Filename: pool/universe/l/llvm-toolchain-3.5/llvm-3.5-examples_3.5.2-3ubuntu1_all.deb
Size: 170512
MD5sum: 7152dca24de079ea77363e2347cceebb
SHA1: 275fa01e351bd739f90bfc9de72b2d68c23b81d2
SHA256: c220aff500d6efc465299cffebdf48b1cec7270e5d96eafac5baf04ef1915801
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