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

Last updated: November 23,2024

1. Install "llvm-3.7-tools" package

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

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

2. Uninstall "llvm-3.7-tools" package

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

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

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

Package: llvm-3.7-tools
Priority: optional
Section: universe/devel
Installed-Size: 598
Maintainer: Ubuntu Developers
Original-Maintainer: LLVM Packaging Team
Architecture: amd64
Source: llvm-toolchain-3.7
Version: 1:3.7.1-2ubuntu2
Depends: libc6 (>= 2.15), libgcc1 (>= 1:3.4), libstdc++6 (>= 5.2), libtinfo5 (>= 6), python, llvm-3.7-dev (= 1:3.7.1-2ubuntu2)
Filename: pool/universe/l/llvm-toolchain-3.7/llvm-3.7-tools_3.7.1-2ubuntu2_amd64.deb
Size: 156168
MD5sum: 8b934dae26bb38b03ade99a4aec490eb
SHA1: 89c3b29db5615cc6fc57c0fd704b84a98ad4a519
SHA256: 06ba9f1de7f894c7065ced3ed576b5d868ed946a468245447e85f53a994f3a26
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