How to Install and Uninstall r-base Package on Kali Linux

Last updated: April 28,2024

1. Install "r-base" package

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

$ sudo apt update $ sudo apt install r-base

2. Uninstall "r-base" package

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

$ sudo apt remove r-base $ sudo apt autoclean && sudo apt autoremove

3. Information about the r-base package on Kali Linux

Package: r-base
Version: 4.3.2-1
Installed-Size: 34
Maintainer: Dirk Eddelbuettel
Architecture: all
Depends: r-base-core (>= 4.3.2-1), r-recommended (= 4.3.2-1)
Recommends: r-base-html, r-doc-html
Suggests: elpa-ess, r-doc-info | r-doc-pdf
Size: 13960
SHA256: 8072d5901fc55fac53575668ef1768d977ea70a0b3648c0b749d7f171f4bbbb5
SHA1: b6eea046bc7dfabe1929d1a6e34b0a753784bce4
MD5sum: 24dce9e72ca504f10d020a4966bf3d35
Description: GNU R statistical computation and graphics system
R is a system for statistical computation and graphics. It consists
of a language plus a run-time environment with graphics, a debugger,
access to certain system functions, and the ability to run programs
stored in script files.
.
The design of R has been heavily influenced by two existing languages:
Becker, Chambers & Wilks' S and Sussman's Scheme. Whereas the
resulting language is very similar in appearance to S, the underlying
implementation and semantics are derived from Scheme.
.
The core of R is an interpreted computer language which allows
branching and looping as well as modular programming using functions.
Most of the user-visible functions in R are written in R. It is
possible for the user to interface to procedures written in the
C, C++, or FORTRAN languages for efficiency, and many of R's core
functions do so. The R distribution contains functionality for a
large number of statistical procedures and underlying applied math
computations. There is also a large set of functions which provide
a flexible graphical environment for creating various kinds of data
presentations.
.
Additionally, several thousand extension "packages" are available from
CRAN, the Comprehensive R Archive Network, many also as Debian packages,
named 'r-cran-'.
.
This package is a metapackage which eases the transition from the
pre-1.5.0 package setup with its larger r-base package. Once installed, it
can be safely removed and apt-get will automatically upgrade its components
during future upgrades. Providing this package gives a way to users to
then only install r-base-core if they so desire.
Description-md5:
Homepage: http://www.r-project.org/
Tag: devel::lang:r, field::statistics, implemented-in::c,
implemented-in::fortran, implemented-in::r, role::dummy,
role::metapackage, suite::gnu
Section: gnu-r
Priority: optional
Filename: pool/main/r/r-base/r-base_4.3.2-1_all.deb