How to Install and Uninstall r-base-core-dbg Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 18,2024

1. Install "r-base-core-dbg" package

Please follow the guidance below to install r-base-core-dbg on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "r-base-core-dbg" package

Here is a brief guide to show you how to uninstall r-base-core-dbg on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the r-base-core-dbg package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: r-base-core-dbg
Priority: extra
Section: universe/math
Installed-Size: 12848
Maintainer: Ubuntu Developers
Original-Maintainer: Dirk Eddelbuettel
Architecture: amd64
Source: r-base
Version: 3.2.3-4
Depends: r-base-core (= 3.2.3-4), r-base-dev (= 3.2.3-4)
Filename: pool/universe/r/r-base/r-base-core-dbg_3.2.3-4_amd64.deb
Size: 3023876
MD5sum: 90299d96b1182c83c926e8db6d8740be
SHA1: 01155b34a9409d8560861fcb9a3eddbfc255248b
SHA256: 1fd04b53ffd872cd0ab3da1bc620d8c393c074d6fe4443e00e715e823e5c74ba
Description-en: GNU R debug symbols for statistical comp. language and environment
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 contains debugging symbol tables for the binaries and dynamic
libraries in the r-base-core package.
Description-md5: 2a8ee24de77200ad1b54f3254591a4c9
Homepage: http://www.r-project.org/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu