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

Last updated: December 24,2024

1. Install "llvm-3.7-runtime" package

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

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

2. Uninstall "llvm-3.7-runtime" package

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

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

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

Package: llvm-3.7-runtime
Priority: optional
Section: universe/devel
Installed-Size: 291
Maintainer: Ubuntu Developers
Original-Maintainer: LLVM Packaging Team
Architecture: amd64
Source: llvm-toolchain-3.7
Version: 1:3.7.1-2ubuntu2
Replaces: llvm (<< 2.7-1)
Depends: binfmt-support, libc6 (>= 2.14), libllvm3.7, libstdc++6 (>= 5.2)
Conflicts: llvm (<< 2.7-1)
Filename: pool/universe/l/llvm-toolchain-3.7/llvm-3.7-runtime_3.7.1-2ubuntu2_amd64.deb
Size: 70188
MD5sum: c1907f8b5549ecbf935c30ec0c257dfe
SHA1: dd60937f0e9ab0c3fbed29274eb368de720ecbdf
SHA256: 4ad149f68f370fda52cc581590fdaf692657d4c14a4f8f807f69faa1b732612d
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