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

Last updated: May 19,2024

1. Install "llvm-3.5-runtime" package

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

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

2. Uninstall "llvm-3.5-runtime" package

Please follow the steps below to uninstall llvm-3.5-runtime on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: llvm-3.5-runtime
Priority: optional
Section: universe/devel
Installed-Size: 173
Maintainer: Ubuntu Developers
Original-Maintainer: LLVM Packaging Team
Architecture: amd64
Source: llvm-toolchain-3.5
Version: 1:3.5.2-3ubuntu1
Replaces: llvm (<< 2.7-1)
Depends: binfmt-support, libc6 (>= 2.14), libllvm3.5v5, libstdc++6 (>= 5.2)
Conflicts: llvm (<< 2.7-1)
Filename: pool/universe/l/llvm-toolchain-3.5/llvm-3.5-runtime_3.5.2-3ubuntu1_amd64.deb
Size: 42342
MD5sum: 7308f141a46d899fee61f7275e03ba2b
SHA1: 0b6a15784ccb89eb0053d1404974b5ac67bfc93b
SHA256: 876145bacb4960704ecbaeabbdb77e184428f1bcc66c0178115eee4eb8a2e096
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