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

Last updated: July 08,2024

1. Install "libnproc-ocaml-dev" package

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

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

2. Uninstall "libnproc-ocaml-dev" package

This guide covers the steps necessary to uninstall libnproc-ocaml-dev on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libnproc-ocaml-dev
Priority: optional
Section: universe/ocaml
Installed-Size: 143
Maintainer: Ubuntu Developers
Original-Maintainer: Debian OCaml Maintainers
Architecture: amd64
Source: nproc
Version: 0.5.1-2build1
Provides: libnproc-ocaml-dev-sqqz1
Depends: liblwt-ocaml-dev-io1z5, ocaml-nox-4.02.3
Recommends: ocaml-findlib
Filename: pool/universe/n/nproc/libnproc-ocaml-dev_0.5.1-2build1_amd64.deb
Size: 37938
MD5sum: f4ba662692a058b5656fc7e46709bfa7
SHA1: b27e09c2730e88327a18f40db1d092a6b0d6b347
SHA256: b5d6915cec150db64e97e5479a8880a6750dbd3cdb8da49a8675672f76c8f959
Description-en: process pool implementation for OCaml
Nproc is a process pool implementation for OCaml. A process pool is a
fixed set of processes that perform arbitrary computations for a
master process, in parallel and without blocking the master. Master
and workers communicate by message-passing. Nproc relies on fork,
pipes, Marshal and Lwt.
.
This package contains the development modules you need to use Nproc
in your programs.
Description-md5: d7c1d7c761b371acc9516ecb27ee85b6
Homepage: https://github.com/MyLifeLabs/nproc
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu