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

Last updated: November 07,2024

1. Install "libllvm-3.6-ocaml-dev" package

Here is a brief guide to show you how to install libllvm-3.6-ocaml-dev on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libllvm-3.6-ocaml-dev

2. Uninstall "libllvm-3.6-ocaml-dev" package

Please follow the step by step instructions below to uninstall libllvm-3.6-ocaml-dev on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libllvm-3.6-ocaml-dev $ sudo apt autoclean && sudo apt autoremove

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

Package: libllvm-3.6-ocaml-dev
Priority: optional
Section: universe/ocaml
Installed-Size: 49
Maintainer: Ubuntu Developers
Original-Maintainer: LLVM Packaging Team
Architecture: amd64
Source: llvm-toolchain-3.6
Version: 1:3.6.2-3ubuntu2
Provides: libllvm-3.6-ocaml-dev-c8y98
Depends: llvm-3.6-dev (= 1:3.6.2-3ubuntu2)
Suggests: llvm-3.6-doc
Filename: pool/universe/l/llvm-toolchain-3.6/libllvm-3.6-ocaml-dev_3.6.2-3ubuntu2_amd64.deb
Size: 5910
MD5sum: 548eb3d2ef2330baa48d61196a0246aa
SHA1: efff94bcb7d5caf333465a0b8b3e012a57287f32
SHA256: 5312498d50d6b0a4da91aab702e2fde62ecd8ee479744ef5c7cd925e0e334e51
Description-en: Modular compiler and toolchain technologies, OCaml bindings
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 OCaml bindings to develop applications using llvm.
Description-md5: 7727e410aa3baa784cb47a4afb95f4e8
Homepage: http://www.llvm.org/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu