How to Install and Uninstall r-cran-fastmap Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: May 03,2024

1. Install "r-cran-fastmap" package

Here is a brief guide to show you how to install r-cran-fastmap on Ubuntu 20.10 (Groovy Gorilla)

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

2. Uninstall "r-cran-fastmap" package

Please follow the instructions below to uninstall r-cran-fastmap on Ubuntu 20.10 (Groovy Gorilla):

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

3. Information about the r-cran-fastmap package on Ubuntu 20.10 (Groovy Gorilla)

Package: r-cran-fastmap
Architecture: amd64
Version: 1.0.1-2build2
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: 117
Depends: r-base-core (>= 4.0.0.20200528-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.0.1-2build2_amd64.deb
Size: 43800
MD5sum: b9b03b70edb64ac453600de1eaf91ff7
SHA1: 1d38ef2aff73cac299fa184893f6aaa8da343232
SHA256: 5d72bc35e5cfa6291c7d66a5074a93d23c6f99956d1d4a751ff04fd4b97c268e
SHA512: c3610e519ee6080a6f662526f10ee383623b6675907f7cec78fdbfc450183f2b2541e3c0d884f4a358f8d7f0ec73b8528c1909dddbfb211d36dafec139e5fb29
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