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

Last updated: May 19,2024

1. Install "llvm-3.5-tools" package

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

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

2. Uninstall "llvm-3.5-tools" package

Here is a brief guide to show you how to uninstall llvm-3.5-tools on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: llvm-3.5-tools
Priority: optional
Section: universe/devel
Installed-Size: 545
Maintainer: Ubuntu Developers
Original-Maintainer: LLVM Packaging Team
Architecture: amd64
Source: llvm-toolchain-3.5
Version: 1:3.5.2-3ubuntu1
Depends: libc6 (>= 2.15), libgcc1 (>= 1:3.4), libstdc++6 (>= 5.2), libtinfo5 (>= 6), python, llvm-3.5-dev (= 1:3.5.2-3ubuntu1)
Filename: pool/universe/l/llvm-toolchain-3.5/llvm-3.5-tools_3.5.2-3ubuntu1_amd64.deb
Size: 143326
MD5sum: f14a07781ea07b4f2e8f094ccf7ba9d6
SHA1: 9b06c92b92d46e84da2edbc9c4b98bde5423c1d6
SHA256: d0799e65f3a4fb28ef3c5181cd110e03c677c7699a24adc35539a7600c5ee176
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