How to Install and Uninstall libcohttp-ocaml Package on Kali Linux

Last updated: June 05,2024

1. Install "libcohttp-ocaml" package

This is a short guide on how to install libcohttp-ocaml on Kali Linux

$ sudo apt update $ sudo apt install libcohttp-ocaml

2. Uninstall "libcohttp-ocaml" package

Please follow the guidelines below to uninstall libcohttp-ocaml on Kali Linux:

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

3. Information about the libcohttp-ocaml package on Kali Linux

Package: libcohttp-ocaml
Source: ocaml-cohttp (5.3.0-1)
Version: 5.3.0-1+b5
Installed-Size: 1111
Maintainer: Debian OCaml Maintainers
Architecture: amd64
Provides: libcohttp-ocaml-5rw52
Depends: libangstrom-ocaml-wvlm2, libbase64-ocaml-v8ei3, libbigstringaf-ocaml-w3rg3, libsexplib0-ocaml-3nli0, libstdlib-ocaml-ep7y0, libstringext-ocaml-y6r72, liburi-ocaml-lbsw6, ocaml-base-4.14.1
Suggests: ocaml-findlib
Size: 303200
SHA256: 949079633010d311b093038c7a1540b66b71726038e59ee6b33c4429c0300237
SHA1: 6a01624749d33693f77bde91db57b875e410dbda
MD5sum: b23575a2f86dd53875c25832c2c42878
Description: OCaml library for HTTP clients and servers (runtime)
Cohttp is an OCaml library for creating HTTP daemons. It has a
portable HTTP parser, and implementations using various asynchronous
programming libraries.
.
It has concrete implementations for many targets, including lwt,
lwt-unix, lwt-jsoo.
.
You can implement other targets using the parser very easily. Look at
the IO signature in lib/s.mli and implement that in the desired
backend.
.
You can activate some runtime debugging by setting COHTTP_DEBUG to
any value, and all requests and responses will be written to
stderr. Further debugging of the connection layer can be obtained by
setting CONDUIT_DEBUG to any value.
.
This package contains the shared runtime libraries.
Description-md5:
Homepage: https://github.com/mirage/ocaml-cohttp
Section: ocaml
Priority: optional
Filename: pool/main/o/ocaml-cohttp/libcohttp-ocaml_5.3.0-1+b5_amd64.deb