How to Install and Uninstall R.x86_64 Package on CentOS Stream 8

Last updated: March 03,2025

1. Install "R.x86_64" package

Please follow the step by step instructions below to install R.x86_64 on CentOS Stream 8

$ sudo dnf update $ sudo dnf install R.x86_64

2. Uninstall "R.x86_64" package

Please follow the instructions below to uninstall R.x86_64 on CentOS Stream 8:

$ sudo dnf remove R.x86_64 $ sudo dnf autoremove

3. Information about the R.x86_64 package on CentOS Stream 8

Last metadata expiration check: 1:10:09 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : R
Version : 4.3.2
Release : 1.el8
Architecture : x86_64
Size : 41 k
Source : R-4.3.2-1.el8.src.rpm
Repository : epel
Summary : A language for data analysis and graphics
URL : https://www.r-project.org
License : GPL-2.0-or-later
Description : This is a metapackage that provides both core R userspace and
: all R development components.
:
: R is 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.