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

Last updated: May 13,2024

1. Install "libcryptokit-ocaml" package

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

$ sudo apt update $ sudo apt install libcryptokit-ocaml

2. Uninstall "libcryptokit-ocaml" package

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

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

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

Package: libcryptokit-ocaml
Priority: optional
Section: universe/libs
Installed-Size: 996
Maintainer: Ubuntu Developers
Original-Maintainer: Debian OCaml Maintainers
Architecture: amd64
Source: cryptokit
Version: 1.10-1build1
Provides: libcryptokit-ocaml-l1140
Depends: ocaml-base-nox-4.02.3, libc6 (>= 2.14), zlib1g (>= 1:1.1.4)
Filename: pool/universe/c/cryptokit/libcryptokit-ocaml_1.10-1build1_amd64.deb
Size: 241830
MD5sum: 7a92af3e41fb7ca520cbb5d582e28ad9
SHA1: 7fba279f70401dfde78ac73b24affa12a0dfb801
SHA256: 64c71ef27bdf2cbf0e187f355201cccf8ba852364fb92bb26222bf22077bd7da
Description-en: cryptographic algorithm library for OCaml - runtime
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 just the shared library for Cryptokit.
Description-md5: f48cbdabd2c023a461e32012f3de75ec
Homepage: http://forge.ocamlcore.org/projects/cryptokit/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu