How to Install and Uninstall r-cran-fingerprint Package on Kali Linux

Last updated: May 19,2024

1. Install "r-cran-fingerprint" package

This is a short guide on how to install r-cran-fingerprint on Kali Linux

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

2. Uninstall "r-cran-fingerprint" package

Please follow the guidelines below to uninstall r-cran-fingerprint on Kali Linux:

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

3. Information about the r-cran-fingerprint package on Kali Linux

Package: r-cran-fingerprint
Source: r-cran-fingerprint (3.5.7-2)
Version: 3.5.7-2+b1
Installed-Size: 357
Maintainer: Debian R Packages Maintainers
Architecture: amd64
Depends: r-base-core (>= 4.0.0-3), r-api-4.0
Recommends: r-cran-runit
Size: 233288
SHA256: e91b2a363a83bb6ae95d53731265fd69b25bfbd80c7336d0d4473b80ce9e7d61
SHA1: 64596a4703e0f09f6bb14caf8437ad1bc20bb294
MD5sum: 1ef7a638f1e51018c942921c4916df67
Description: GNU R functions to operate on binary fingerprint data
Functions to manipulate binary fingerprints of arbitrary length. A
fingerprint is represented by an object of S4 class 'fingerprint' which
is internally represented a vector of integers, such that each element
represents the position in the fingerprint that is set to 1. The bitwise
logical functions in R are overridden so that they can be used directly
with 'fingerprint' objects. A number of distance metrics are also
available (many contributed by Michael Fadock). Fingerprints can be
converted to Euclidean vectors (i.e., points on the unit hypersphere)
and can also be folded using OR. Arbitrary fingerprint formats can be
handled via line handlers. Currently handlers are provided for CDK, MOE
and BCI fingerprint data.
Description-md5:
Homepage: https://cran.r-project.org/package=fingerprint
Section: gnu-r
Priority: optional
Filename: pool/main/r/r-cran-fingerprint/r-cran-fingerprint_3.5.7-2+b1_amd64.deb