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

Last updated: November 23,2024

1. Install "llvm-3.7-dev" package

This is a short guide on how to install llvm-3.7-dev on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "llvm-3.7-dev" package

This guide covers the steps necessary to uninstall llvm-3.7-dev on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: llvm-3.7-dev
Priority: optional
Section: universe/devel
Installed-Size: 104804
Maintainer: Ubuntu Developers
Original-Maintainer: LLVM Packaging Team
Architecture: amd64
Source: llvm-toolchain-3.7
Version: 1:3.7.1-2ubuntu2
Replaces: llvm (<< 2.2-3)
Depends: libc6 (>= 2.14), libjsoncpp1, libllvm3.7, libstdc++6 (>= 5.2), libffi-dev (>= 3.0.9), llvm-3.7 (= 1:3.7.1-2ubuntu2), libtinfo-dev
Filename: pool/universe/l/llvm-toolchain-3.7/llvm-3.7-dev_3.7.1-2ubuntu2_amd64.deb
Size: 15064932
MD5sum: 50adeb5230c2c7eeda6f6aff04134c1b
SHA1: 9355f716eddacd93ed140747c0d980b5c4c6e502
SHA256: 4ad9103c5cc50af08a8e51d202daee1601f3683b368e8ff7bb7b85bf8b0a8c6a
Description-en: Modular compiler and toolchain technologies, libraries and headers
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 libraries and headers to develop applications
using llvm.
Description-md5: 29f654aa391c01f742a2023c872d7a49
Homepage: http://www.llvm.org/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu