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

Last updated: May 19,2024

1. Install "llvm-3.5-dev" package

In this section, we are going to explain the necessary steps to install llvm-3.5-dev on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "llvm-3.5-dev" package

Learn how to uninstall llvm-3.5-dev on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: llvm-3.5-dev
Priority: optional
Section: universe/devel
Installed-Size: 84381
Maintainer: Ubuntu Developers
Original-Maintainer: LLVM Packaging Team
Architecture: amd64
Source: llvm-toolchain-3.5
Version: 1:3.5.2-3ubuntu1
Replaces: llvm (<< 2.2-3)
Depends: libc6 (>= 2.14), libllvm3.5v5, libstdc++6 (>= 5.2), libffi-dev (>= 3.0.9), llvm-3.5 (= 1:3.5.2-3ubuntu1), libtinfo-dev
Filename: pool/universe/l/llvm-toolchain-3.5/llvm-3.5-dev_3.5.2-3ubuntu1_amd64.deb
Size: 11735890
MD5sum: 40b2cd40b2087541e05047f1c5ed3fd3
SHA1: 6a283c02c3a950f08e0ab5ede3e9e5d9023c94db
SHA256: 945403870205cec88bd93f5353b1532795be9f93dc3e48d6d488ae7063a2d04e
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