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

Last updated: November 07,2024

1. Install "llvm-3.6-runtime" package

This guide let you learn how to install llvm-3.6-runtime on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install llvm-3.6-runtime

2. Uninstall "llvm-3.6-runtime" package

Learn how to uninstall llvm-3.6-runtime on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: llvm-3.6-runtime
Priority: optional
Section: devel
Installed-Size: 174
Maintainer: Ubuntu Developers
Original-Maintainer: LLVM Packaging Team
Architecture: amd64
Source: llvm-toolchain-3.6
Version: 1:3.6.2-3ubuntu2
Replaces: llvm (<< 2.7-1)
Depends: binfmt-support, libc6 (>= 2.14), libllvm3.6v5, libstdc++6 (>= 5.2)
Conflicts: llvm (<< 2.7-1)
Filename: pool/main/l/llvm-toolchain-3.6/llvm-3.6-runtime_3.6.2-3ubuntu2_amd64.deb
Size: 42742
MD5sum: fdad6dcc2ac3f86f27f2b0a47b7832b0
SHA1: a914e4883fcdba573c4ebecc05881fa0ae7b56a4
SHA256: 70c1e72abbb67779ef1dfafe292d3bf7e0c5b15a9aeb56c531c8edbd0524a18d
Description-en: Modular compiler and toolchain technologies, IR interpreter
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 the minimal required to execute programs in LLVM
format.
Description-md5: a2e425ebfc2fcd56b539f44a28559b4a
Homepage: http://www.llvm.org/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu
Supported: 9m