How to Install and Uninstall r-cran-digest Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 15,2024

1. Install "r-cran-digest" package

Learn how to install r-cran-digest on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install r-cran-digest

2. Uninstall "r-cran-digest" package

Please follow the instructions below to uninstall r-cran-digest on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove r-cran-digest $ sudo apt autoclean && sudo apt autoremove

3. Information about the r-cran-digest package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: r-cran-digest
Priority: optional
Section: universe/gnu-r
Installed-Size: 262
Maintainer: Ubuntu Developers
Original-Maintainer: Dirk Eddelbuettel
Architecture: amd64
Version: 0.6.9-1
Depends: libc6 (>= 2.14), r-base-core (>= 3.2.3-1), r-api-3
Filename: pool/universe/r/r-cran-digest/r-cran-digest_0.6.9-1_amd64.deb
Size: 102510
MD5sum: 965b0db03b0a804a850f76ef50471c1d
SHA1: 0053b5cd411b224126812378328ac8a7b4772f1d
SHA256: 070d6519fd4d45e369e81142b1dcca7926d964cbe0399f0a2dc5e6bf991ade9e
Description-en: GNU R package for 'hash digest' of R data structures
Implementation of a function 'digest()' for the creation of hash
digests of arbitrary R objects (using the md5, sha-1, sha-256,
crc32, xxhash and murmurhash algorithms) permitting easy comparison of R
language objects, as well as a function 'hmac()' to create hash-based
message authentication code.
.
The md5 algorithm by Ron Rivest is specified in RFC 1321, the sha-1
and sha-256 algorithms are specified in FIPS-180-1 and FIPS-180-2,
and the crc32 algorithm is described in
ftp://ftp.rocksoft.com/cliens/rocksoft/papers/crc_v3.txt.
.
For md5, sha-1, sha-256 and aes, this package uses small standalone
implementations that were provided by Christophe Devine. For crc32, code
from the zlib library is used. For sha-512, an implementation by Aaron
D. Gifford is used. For xxHash, the implementation by Yann Collet is used.
For murmurhash, an implementation by Shane Day is used.
.
Please note that this package is not meant to be deployed for
cryptographic purposes for which more comprehensive (and widely
tested) libraries such as OpenSSL should be used.
Description-md5: efb431e71633ff870646d03b862666b6
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu