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

Last updated: April 29,2024

1. Install "liblwt-ocaml" package

Learn how to install liblwt-ocaml on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install liblwt-ocaml

2. Uninstall "liblwt-ocaml" package

Here is a brief guide to show you how to uninstall liblwt-ocaml on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: liblwt-ocaml
Priority: extra
Section: universe/ocaml
Installed-Size: 2617
Maintainer: Ubuntu Developers
Original-Maintainer: Debian OCaml Maintainers
Architecture: amd64
Source: lwt
Version: 2.5.0+1-1
Replaces: liblwt-ocaml-dev (<< 2.3.0)
Provides: liblwt-ocaml-io1z5
Depends: libreact-ocaml-2kw33, ocaml-base-nox-4.02.3, libc6 (>= 2.14), libev4 (>= 1:4.04)
Breaks: liblwt-ocaml-dev (<< 2.3.0)
Filename: pool/universe/l/lwt/liblwt-ocaml_2.5.0+1-1_amd64.deb
Size: 673274
MD5sum: a0690fae1bac6a24413486480bbfb859
SHA1: 3ccf1597ea01485d54dee3d5db7bb2daf3254095
SHA256: 92c6b77546e7a9ad72b10a89689928490c916c54baaff9b16510c9b19970eb81
Description-en: cooperative light-weight thread library for OCaml (runtime)
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 runtime libraries for programs using core Lwt.
Description-md5: c23fd244a9cd247a56ce35a02e8d4e52
Homepage: http://ocsigen.org/lwt
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu