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

Last updated: May 19,2024

1. Install "llvm-3.6-dev" package

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

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

2. Uninstall "llvm-3.6-dev" package

Please follow the guidelines below to uninstall llvm-3.6-dev on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: llvm-3.6-dev
Priority: optional
Section: devel
Installed-Size: 89611
Maintainer: Ubuntu Developers
Original-Maintainer: LLVM Packaging Team
Architecture: amd64
Source: llvm-toolchain-3.6
Version: 1:3.6.2-3ubuntu2
Replaces: llvm (<< 2.2-3)
Depends: libc6 (>= 2.14), libllvm3.6v5, libstdc++6 (>= 5.2), libffi-dev (>= 3.0.9), llvm-3.6 (= 1:3.6.2-3ubuntu2), libtinfo-dev
Filename: pool/main/l/llvm-toolchain-3.6/llvm-3.6-dev_3.6.2-3ubuntu2_amd64.deb
Size: 12444446
MD5sum: 65f2e59335b32660dc46fd86271687ff
SHA1: d1e1cae09dc4c93520397b57406378aa8bb63a14
SHA256: aa21154f8b98976492ee148333f11371456d7d08f1d03379a2c6765ae293d73f
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
Supported: 9m