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

Last updated: May 21,2024

1. Install "r-cran-rinside" package

Please follow the steps below to install r-cran-rinside on Kali Linux

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

2. Uninstall "r-cran-rinside" package

This tutorial shows how to uninstall r-cran-rinside on Kali Linux:

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

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

Package: r-cran-rinside
Version: 0.2.18-1
Installed-Size: 954
Maintainer: Dirk Eddelbuettel
Architecture: amd64
Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.0), libstdc++6 (>= 5.2), r-base-core (>= 4.2.2.20221110-2), r-api-4.0, r-cran-rcpp
Size: 134028
SHA256: 2de599d40600a1b6504d3353790eb65ab49f85a9433ab11d6742e8f4014fcfb1
SHA1: 318a75034606302ed405cce3c1e95a0c199ed971
MD5sum: 2b8b232ee8550257422c571c18a84c45
Description: GNU R package to embed R in C++ application
The 'RInside' packages makes it easier to have "R inside" your C++
application by providing a C++ wrapper class providing the R
interpreter.
.
As R itself is embedded into your application, a shared library build
of R is required. This works on Linux, OS X and even on Windows
provided you use the same tools used to build R itself.
.
Numerous examples are provided in the eight subdirectories of the
examples/ directory of the installed package: standard, mpi (for
parallel computing) qt (showing how to embed 'RInside' inside a Qt
GUI application), wt (showing how to build a "web-application" using
the Wt toolkit), armadillo (for 'RInside' use with 'RcppArmadillo')
and eigen (for 'RInside' use with 'RcppEigen'). The example use
GNUmakefile(s) with GNU extensions, so a GNU make is required (and
will use the GNUmakefile automatically).
.
Doxygen-generated documentation of the C++ classes is available at
the 'RInside' website as well.
Description-md5:
Homepage: https://cran.r-project.org/package=RInside
Section: gnu-r
Priority: optional
Filename: pool/main/r/r-cran-rinside/r-cran-rinside_0.2.18-1_amd64.deb