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

Last updated: May 17,2024

1. Install "llvm-8" package

Please follow the instructions below to install llvm-8 on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install llvm-8

2. Uninstall "llvm-8" package

Please follow the step by step instructions below to uninstall llvm-8 on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: llvm-8
Architecture: amd64
Version: 1:8-3~ubuntu16.04.1
Priority: optional
Section: universe/devel
Source: llvm-toolchain-8
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: LLVM Packaging Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 16452
Depends: llvm-8-runtime (= 1:8-3~ubuntu16.04.1), libc6 (>= 2.15), libgcc1 (>= 1:3.3), libllvm8 (>= 1:8~svn298832-1~), libstdc++6 (>= 5.2), libtinfo5 (>= 6), zlib1g (>= 1:1.1.4)
Recommends: llvm-8-dev
Suggests: llvm-8-doc
Filename: pool/universe/l/llvm-toolchain-8/llvm-8_8-3~ubuntu16.04.1_amd64.deb
Size: 4552566
MD5sum: 5c22064720bafaeed19895c20bb46a8f
SHA1: b47cbb8537745e2ccbf281d67dc913950f7afc0f
SHA256: ecec58f11168db7a2c3f4b8a956b0cd446076764e6579076e45a98204210bbf3
SHA512: 9d20f4378ce5dd28725054872a516d0e2de6c0c4044c8c9a68d3264d10eb923ca18af2160c9b05b75ae0bf3c89417ebddd55d08ad7d24c9b7f7b6a32fc10b8d1
Homepage: https://www.llvm.org/
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