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

Last updated: May 20,2024

1. Install "r-base-dev" package

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

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

2. Uninstall "r-base-dev" package

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

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

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

Package: r-base-dev
Source: r-base
Version: 4.3.2-1
Installed-Size: 16
Maintainer: Dirk Eddelbuettel
Architecture: all
Depends: r-base-core (>= 4.3.2-1), build-essential, gcc, g++, gfortran, libblas-dev | libatlas-base-dev, liblapack-dev | libatlas-base-dev, libncurses-dev, libreadline-dev, libjpeg-dev, libpcre2-dev, libpng-dev, zlib1g-dev, libbz2-dev, liblzma-dev, libicu-dev, xauth, pkg-config
Suggests: texlive-base, texlive-latex-base, texlive-plain-generic, texlive-fonts-recommended, texlive-fonts-extra, texlive-extra-utils, texlive-latex-recommended, texlive-latex-extra, texinfo
Size: 4504
SHA256: 84c66f00d5639f335bddf6ba5ae3892bf1c86e21a11728ad3f908b21ddddb14e
SHA1: 954d9cb87f2700490e87b35e832b42cb0dce4985
MD5sum: bdc392213e82f5d47872d5db0f173093
Description: GNU R installation of auxiliary GNU R packages
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 ensures that other Debian packages needed for installation of
some auxiliary R packages are installed.
Description-md5:
Homepage: http://www.r-project.org/
Tag: devel::lang:r, devel::library, field::statistics, implemented-in::r,
role::app-data, role::devel-lib, role::program, suite::gnu,
uitoolkit::ncurses
Section: gnu-r
Priority: optional
Filename: pool/main/r/r-base/r-base-dev_4.3.2-1_all.deb