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

Last updated: November 23,2024

1. Install "llvm-3.7" package

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

$ sudo apt update $ sudo apt install llvm-3.7

2. Uninstall "llvm-3.7" package

This guide let you learn how to uninstall llvm-3.7 on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: llvm-3.7
Priority: optional
Section: universe/devel
Installed-Size: 4711
Maintainer: Ubuntu Developers
Original-Maintainer: LLVM Packaging Team
Architecture: amd64
Source: llvm-toolchain-3.7
Version: 1:3.7.1-2ubuntu2
Depends: llvm-3.7-runtime (= 1:3.7.1-2ubuntu2), libc6 (>= 2.15), libgcc1 (>= 1:3.4), libllvm3.7, libstdc++6 (>= 5.2), libtinfo5 (>= 6)
Recommends: llvm-3.7-dev
Suggests: llvm-3.7-doc
Filename: pool/universe/l/llvm-toolchain-3.7/llvm-3.7_3.7.1-2ubuntu2_amd64.deb
Size: 1406070
MD5sum: 182b4412d56c6f9088b3ac39965af0b6
SHA1: 8582c808be24ef4b3af6841723703402eb496c6b
SHA256: 9274cfb7686ebaa870ebc0ec5ffe93397c160f0043d456b81106cc6d9642e4d6
Description-en: Modular compiler and toolchain technologies
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).
.
The strengths of the LLVM infrastructure are its extremely
simple design (which makes it easy to understand and use),
source-language independence, powerful mid-level optimizer, automated
compiler debugging support, extensibility, and its stability and
reliability. LLVM is currently being used to host a wide variety of
academic research projects and commercial projects. LLVM includes C
and C++ front-ends, a front-end for a Forth-like language (Stacker),
a young scheme front-end, and Java support is in development. LLVM can
generate code for X86, SparcV9, PowerPC or many other architectures.
Description-md5: e971ae25bca86cd8f4914ecf62f6301c
Homepage: http://www.llvm.org/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu