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

Last updated: May 03,2024

1. Install "r-base-core" package

Please follow the step by step instructions below to install r-base-core on Kali Linux

$ sudo apt update $ sudo apt install r-base-core

2. Uninstall "r-base-core" package

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

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

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

Package: r-base-core
Source: r-base
Version: 4.3.2-1
Installed-Size: 42942
Maintainer: Dirk Eddelbuettel
Architecture: amd64
Replaces: r-base (<= 1.4.1-1), r-recommended (<< 1.9.0)
Provides: r-api-4.0, r-graphics-engine-16
Depends: zip, unzip, libpaper-utils, xdg-utils, libblas3 | libblas.so.3, libbz2-1.0, libc6 (>= 2.35), libcairo2 (>= 1.6.0), libcurl4 (>= 7.28.0), libglib2.0-0 (>= 2.12.0), libgomp1 (>= 4.9), libicu72 (>= 72.1~rc-1~), libjpeg62-turbo (>= 1.3.1), liblapack3 | liblapack.so.3, liblzma5 (>= 5.1.1alpha+20120614), libpango-1.0-0 (>= 1.18.0), libpangocairo-1.0-0 (>= 1.14.0), libpcre2-8-0 (>= 10.22), libpng16-16 (>= 1.6.2), libreadline8 (>= 6.0), libtcl8.6 (>= 8.6.0), libtiff6 (>= 4.0.3), libtirpc3 (>= 1.0.2), libtk8.6 (>= 8.6.0), libx11-6, libxt6, zlib1g (>= 1:1.1.4), ucf (>= 3.0), ca-certificates
Recommends: r-recommended, r-base-dev, r-doc-html
Suggests: elpa-ess, r-doc-info | r-doc-pdf, r-mathlib, r-base-html
Breaks: r-cran-cairo (<< 1.6-0-4~), r-cran-fnn (<< 1.1.3.2-1~), r-cran-intervals (<< 0.15.3-1~), r-cran-magick (<< 2.7.4+dfsg-2~), r-cran-maldiquant (<< 1.22.1-1~), r-cran-ps (<< 1.7.5-1~), r-cran-ragg (<< 1.2.5-3~), r-cran-svglite (<< 2.1.1-3~), r-cran-tibble (<< 3.2.1+dfsg-2~), r-cran-tikzdevice (<< 0.12.4-3~), r-cran-vdiffr (<< 1.0.5-3~)
Size: 26774720
SHA256: c70a74d451e30340fce289b48afbe76d9a25f78a17ff42c3dc8c79f0449e9fd0
SHA1: c0cd60c03da8da86e9261dcc292ae641972715b3
MD5sum: 7a7e8ba6b17c01f1d5d91e7ff8fa15d0
Description: GNU R core of 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 provides the core GNU R system from which only the optional
documentation packages r-base-html, r-doc-html, r-doc-pdf and r-doc-info
have been split off to somewhat reduce the size of this package.
Description-md5:
Homepage: http://www.r-project.org/
Tag: devel::lang:r, devel::library, field::statistics, implemented-in::c,
implemented-in::fortran, implemented-in::r, interface::commandline,
interface::graphical, interface::shell, interface::x11, role::app-data,
role::devel-lib, role::program, scope::utility, suite::gnu,
x11::application
Section: gnu-r
Priority: optional
Filename: pool/main/r/r-base/r-base-core_4.3.2-1_amd64.deb