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

Last updated: May 07,2024

1. Install "liblwt-ocaml-dev" package

Please follow the guidance below to install liblwt-ocaml-dev on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install liblwt-ocaml-dev

2. Uninstall "liblwt-ocaml-dev" package

This guide let you learn how to uninstall liblwt-ocaml-dev on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove liblwt-ocaml-dev $ sudo apt autoclean && sudo apt autoremove

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

Package: liblwt-ocaml-dev
Priority: extra
Section: universe/libdevel
Installed-Size: 14414
Maintainer: Ubuntu Developers
Original-Maintainer: Debian OCaml Maintainers
Architecture: amd64
Source: lwt
Version: 2.5.0+1-1
Provides: liblwt-ocaml-dev-io1z5
Depends: libev-dev, libcamlp4-ocaml-dev-p9wj7, liblwt-ocaml-io1z5, libreact-ocaml-dev-2kw33, ocaml-nox-4.02.3, libc6 (>= 2.14)
Recommends: liblwt-ocaml-doc, ocaml-findlib
Suggests: liblwt-ssl-ocaml-dev, liblwt-glib-ocaml-dev
Breaks: ocsigen (<< 1.2.1)
Filename: pool/universe/l/lwt/liblwt-ocaml-dev_2.5.0+1-1_amd64.deb
Size: 2625168
MD5sum: e42025c2de73800032829962be20b714
SHA1: c35d00eb91ee9cd8f7140b7439f317c1455b9635
SHA256: 89e93b8e2549c533587b5b570763bf87073fe17ef6782ae513a01367d3eb3407
Description-en: cooperative light-weight thread library for OCaml
Lwt is a library of cooperative threads implemented in monadic style.
With respect to preemptive threads, cooperative threads are not using
a scheduler to distribute processor time between threads. Instead of
this, each thread must tell the others that he wants to let them
work.
.
This package contains all the development stuff you need to use the
core Lwt OCaml library in your programs.
Description-md5: c6d4de2fb70584a59e55842a109ff3ac
Homepage: http://ocsigen.org/lwt
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu