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

Last updated: May 14,2024

1. Install "libcothreads-ocaml-dev" package

Please follow the step by step instructions below to install libcothreads-ocaml-dev on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libcothreads-ocaml-dev" package

This tutorial shows how to uninstall libcothreads-ocaml-dev on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libcothreads-ocaml-dev
Priority: optional
Section: universe/libdevel
Installed-Size: 904
Maintainer: Ubuntu Developers
Original-Maintainer: Debian OCaml Maintainers
Architecture: amd64
Source: cothreads
Version: 0.10-3build6
Provides: libcothreads-ocaml-dev-e1nv4
Depends: ocaml-nox-4.02.3
Filename: pool/universe/c/cothreads/libcothreads-ocaml-dev_0.10-3build6_amd64.deb
Size: 109490
MD5sum: 65b0d23ff4bd6df1e2be99d497960aed
SHA1: 0d8b4614f959fde4adf70ee278f360cb9003c471
SHA256: 8105b2af5128d32e9b1845347ecf7ecdb84b9b38d9bbfd335ee3a46a815ed07b
Description-en: concurrent programming library for OCaml
This library enhances the Threads library of the standard OCaml distribution
in two dimensions:
.
- It implements the same API of the standard Threads library on different
execution engines (process, networker), so that a single copy of
source code can be compiled and deployed to different environments
without modification.
- It is also a super set of the standard Threads library, with extra
components (STM etc.), functions (spawn etc.) and features (object-level
compatibility etc.).
.
This package provides static libraries, interfaces, and documentation
for coThreads.
Description-md5: 31451d9799e1279e7d93eef56f0e3707
Homepage: http://sourceforge.net/projects/cothreads/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu