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

Last updated: May 10,2024

1. Install "r-cran-rcpp" package

Here is a brief guide to show you how to install r-cran-rcpp on Kali Linux

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

2. Uninstall "r-cran-rcpp" package

This guide covers the steps necessary to uninstall r-cran-rcpp on Kali Linux:

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

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

Package: r-cran-rcpp
Source: rcpp
Version: 1.0.12-1
Installed-Size: 8990
Maintainer: Dirk Eddelbuettel
Architecture: amd64
Depends: libc6 (>= 2.33), libgcc-s1 (>= 3.0), libstdc++6 (>= 13.1), r-api-4.0, littler, r-cran-littler, r-cran-pkgkitten
Suggests: r-cran-inline
Size: 2070708
SHA256: 11c84b0cd900d9a888db65ffec32a2104916fd0ce15b50911771276d972e090f
SHA1: 5767f9f7c6483f31b5534ae78a88aa3e78033243
MD5sum: d94fb160da1c34f46769e41bdc388afa
Description: GNU R package for Seamless R and C++ Integration
The Rcpp package provides R functions as well as C++ classes which
offer a seamless integration of R and C++. Many R data types and objects can be
mapped back and forth to C++ equivalents which facilitates both writing of new
code as well as easier integration of third-party libraries. Documentation
about Rcpp is provided by several vignettes included in this package, via the
Rcpp Gallery site at http://gallery.rcpp.org, the paper by Eddelbuettel and
Francois (2011, JSS), and the book by Eddelbuettel (2013, Springer); see
'citation("Rcpp")' for details on these last two.
Description-md5:
Homepage: http://dirk.eddelbuettel.com/code/rcpp.html
Section: gnu-r
Priority: optional
Filename: pool/main/r/rcpp/r-cran-rcpp_1.0.12-1_amd64.deb