How to Install and Uninstall r-cran-fastmap Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 15,2024

1. Install "r-cran-fastmap" package

Please follow the guidance below to install r-cran-fastmap on Ubuntu 21.10 (Impish Indri)

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

2. Uninstall "r-cran-fastmap" package

This guide let you learn how to uninstall r-cran-fastmap on Ubuntu 21.10 (Impish Indri):

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

3. Information about the r-cran-fastmap package on Ubuntu 21.10 (Impish Indri)

Package: r-cran-fastmap
Architecture: amd64
Version: 1.1.0-1
Priority: optional
Section: universe/gnu-r
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian R Packages Maintainers
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 142
Depends: r-base-core (>= 4.0.3-1), r-api-4.0, libc6 (>= 2.14), libgcc-s1 (>= 3.0), libstdc++6 (>= 5.2)
Recommends: r-cran-testthat (>= 2.1.1)
Filename: pool/universe/r/r-cran-fastmap/r-cran-fastmap_1.1.0-1_amd64.deb
Size: 64776
MD5sum: 029fc5c1e739e29d7cd52eb9400b5e31
SHA1: 8b9c8cf1d29bbaf579bd44131a0ce6525a29637c
SHA256: b2402b0b9c1270c7ce45ce4ff926a7ed0a1f2832a719a99b2bbc3e894230893d
SHA512: a1f2d2180c151e73a60366f332a11b3aa3ad21d95c42e32d5ed90a8c89e768fdb5d35423b0fa191015e65c4526ff7fe2cf6a3a35b8770727a27f9ca3ede212c4
Homepage: https://cran.r-project.org/package=fastmap
Description-en: 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: a8133c81cb584c0f7dd8ec5562175b53