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

Last updated: May 19,2024

1. Install "llvm-3.6" package

Learn how to install llvm-3.6 on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install llvm-3.6

2. Uninstall "llvm-3.6" package

In this section, we are going to explain the necessary steps to uninstall llvm-3.6 on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: llvm-3.6
Priority: optional
Section: devel
Installed-Size: 4404
Maintainer: Ubuntu Developers
Original-Maintainer: LLVM Packaging Team
Architecture: amd64
Source: llvm-toolchain-3.6
Version: 1:3.6.2-3ubuntu2
Depends: llvm-3.6-runtime (= 1:3.6.2-3ubuntu2), libc6 (>= 2.15), libgcc1 (>= 1:3.4), libllvm3.6v5, libstdc++6 (>= 5.2), libtinfo5 (>= 6)
Recommends: llvm-3.6-dev
Suggests: llvm-3.6-doc
Filename: pool/main/l/llvm-toolchain-3.6/llvm-3.6_3.6.2-3ubuntu2_amd64.deb
Size: 1293846
MD5sum: 92b7fb9715c695d680aaaf83f118ec93
SHA1: 6c35c66bf610e7db3c4c1cf336377344d230fa0d
SHA256: f93ef4278b3a43fd3d6e3345ba4ca79d9624909eb8a2f759f784bb13026dab94
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.
.
LLVM is the key component of the clang compiler and the gcc plugin called
dragonegg.
Description-md5: 9e5c5554d1a5882101129d5527e3e617
Homepage: http://www.llvm.org/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu
Supported: 9m