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

Last updated: November 23,2024

1. Install "llvm-3.6-tools" package

This guide covers the steps necessary to install llvm-3.6-tools on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "llvm-3.6-tools" package

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

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

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

Package: llvm-3.6-tools
Priority: optional
Section: universe/devel
Installed-Size: 590
Maintainer: Ubuntu Developers
Original-Maintainer: LLVM Packaging Team
Architecture: amd64
Source: llvm-toolchain-3.6
Version: 1:3.6.2-3ubuntu2
Depends: libc6 (>= 2.15), libgcc1 (>= 1:3.4), libstdc++6 (>= 5.2), libtinfo5 (>= 6), python, llvm-3.6-dev (= 1:3.6.2-3ubuntu2)
Filename: pool/universe/l/llvm-toolchain-3.6/llvm-3.6-tools_3.6.2-3ubuntu2_amd64.deb
Size: 153138
MD5sum: d5a39c6755153509c8375f3f4229c001
SHA1: a7d3e8a3368f5b4bcfc751a361b3627eaade217c
SHA256: c42217015023edeb016161ce65eb4d779e5bbe7fd1fd7a6c979122b1d8c90136
Description-en: Modular compiler and toolchain technologies, tools
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 provides tools for testing.
Description-md5: 709eba32627c3c079585c05fc5963fe8
Homepage: http://www.llvm.org/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu