How to Install and Uninstall R-core.x86_64 Package on Oracle Linux 8

Last updated: May 05,2024

1. Install "R-core.x86_64" package

This tutorial shows how to install R-core.x86_64 on Oracle Linux 8

$ sudo dnf update $ sudo dnf install R-core.x86_64

2. Uninstall "R-core.x86_64" package

Please follow the instructions below to uninstall R-core.x86_64 on Oracle Linux 8:

$ sudo dnf remove R-core.x86_64 $ sudo dnf autoremove

3. Information about the R-core.x86_64 package on Oracle Linux 8

Last metadata expiration check: 2:57:55 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : R-core
Version : 4.1.3
Release : 1.el8
Architecture : x86_64
Size : 62 M
Source : R-4.1.3-1.el8.src.rpm
Repository : epel
Summary : The minimal R components necessary for a functional runtime
URL : http://www.r-project.org
License : GPLv2+
Description : A language and environment for statistical computing and graphics.
: R is similar to the award-winning S system, which was developed at
: Bell Laboratories by John Chambers et al. It provides a wide
: variety of statistical and graphical techniques (linear and
: nonlinear modelling, statistical tests, time series analysis,
: classification, clustering, ...).
:
: R is designed as a true computer language with control-flow
: constructions for iteration and alternation, and it allows users to
: add additional functionality by defining new functions. For
: computationally intensive tasks, C, C++ and Fortran code can be linked
: and called at run time.