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

Last updated: May 04,2024

1. Install "r-mathlib" package

In this section, we are going to explain the necessary steps to install r-mathlib on Kali Linux

$ sudo apt update $ sudo apt install r-mathlib

2. Uninstall "r-mathlib" package

Please follow the guidelines below to uninstall r-mathlib on Kali Linux:

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

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

Package: r-mathlib
Source: r-base
Version: 4.3.2-1
Installed-Size: 3086
Maintainer: Dirk Eddelbuettel
Architecture: amd64
Depends: libc6 (>= 2.29)
Recommends: r-base-core (= 4.3.2-1), r-base-dev (= 4.3.2-1)
Size: 2452708
SHA256: 8d6c0aa57d5685da33340654c03875db94c35b99050e266348620fb98bd2e91b
SHA1: 1c12b74881d547f0eda5efa3a92a207ad6f55aa5
MD5sum: a7c62b455edce3afd19598a80bfa3f67
Description: GNU R standalone mathematics library
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 libRmath shared and static libraries which can
be called from standalone C or C++ code.
Description-md5:
Homepage: http://www.r-project.org/
Tag: devel::lang:c, devel::lang:c++, devel::lang:r, devel::library,
field::mathematics, field::statistics, implemented-in::c,
implemented-in::r, role::app-data, role::devel-lib, role::shared-lib,
suite::gnu
Section: gnu-r
Priority: optional
Filename: pool/main/r/r-base/r-mathlib_4.3.2-1_amd64.deb