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

Last updated: April 29,2024

1. Install "r-cran-fastmap" package

This guide let you learn how to install r-cran-fastmap on Kali Linux

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

2. Uninstall "r-cran-fastmap" package

In this section, we are going to explain the necessary steps to uninstall r-cran-fastmap on Kali Linux:

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

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

Package: r-cran-fastmap
Version: 1.1.1-1
Installed-Size: 147
Maintainer: Debian R Packages Maintainers
Architecture: amd64
Depends: r-base-core (>= 4.2.2.20221110-2), r-api-4.0, libc6 (>= 2.14), libgcc-s1 (>= 3.0), libstdc++6 (>= 11)
Recommends: r-cran-testthat (>= 2.1.1)
Size: 68932
SHA256: c044b4213cf7c2d342ebf21beffb055acc66510836284afce056a06233eafa26
SHA1: 4132fb9812e733e313d802f0c8f053ec50af4273
MD5sum: 2e9d3ff4274091e00a8dd28d9a0819ed
Description: GNU R fast implementation of a key-value store
Fast implementation of a key-value store. Environments are commonly
used as key-value stores, but every time a new key is used, it is added to
R's global symbol table, causing a small amount of memory leakage. This can
be problematic in cases where many different keys are used. Fastmap avoids
this memory leak issue by implementing the map using data structures in C++.
Description-md5:
Homepage: https://cran.r-project.org/package=fastmap
Section: gnu-r
Priority: optional
Filename: pool/main/r/r-cran-fastmap/r-cran-fastmap_1.1.1-1_amd64.deb