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

Last updated: May 14,2024

1. Install "libcryptokit-ocaml-dev" package

Here is a brief guide to show you how to install libcryptokit-ocaml-dev on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libcryptokit-ocaml-dev" package

Please follow the guidance below to uninstall libcryptokit-ocaml-dev on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libcryptokit-ocaml-dev
Priority: optional
Section: universe/libdevel
Installed-Size: 1092
Maintainer: Ubuntu Developers
Original-Maintainer: Debian OCaml Maintainers
Architecture: amd64
Source: cryptokit
Version: 1.10-1build1
Provides: libcryptokit-ocaml-dev-l1140
Depends: zlib1g-dev, libcryptokit-ocaml-l1140, ocaml-nox-4.02.3
Filename: pool/universe/c/cryptokit/libcryptokit-ocaml-dev_1.10-1build1_amd64.deb
Size: 149588
MD5sum: f11ff7f17899c4ac58fbc24772f47284
SHA1: 2f7b0ed13755741b58fd4a7e640591d69350ed5e
SHA256: f3d3f255f7976c3af5253819a31b4ea40222f2ea4fbecb401b42032454529576
Description-en: cryptographic algorithm library for OCaml - development
The Cryptokit library for Objective Caml provides a variety of
cryptographic primitives that can be used to implement cryptographic
protocols in security-sensitive applications. The primitives provided
include:
.
- Symmetric-key ciphers: AES, DES, Triple-DES, ARCfour,
in ECB, CBC, CFB and OFB modes.
- Public-key cryptography: RSA encryption, Diffie-Hellman key agreement.
- Hash functions and MACs: SHA-1, MD5, and MACs based on AES and DES.
- Random number generation.
- Encodings and compression: base 64, hexadecimal, Zlib compression.
.
Additional ciphers and hashes can easily be used in conjunction with
the library. In particular, basic mechanisms such as chaining modes,
output buffering, and padding are provided by generic classes that can
easily be composed with user-provided ciphers. More generally, the library
promotes a "Lego"-like style of constructing and composing
transformations over character streams.
.
This package provides static libraries, interfaces, and documentation
for Cryptokit.
Description-md5: d4c1a0a76480735b44eaf63bc49e9a35
Homepage: http://forge.ocamlcore.org/projects/cryptokit/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu