How to Install and Uninstall R-core.x86_64 Package on Fedora 34

Last updated: July 03,2024

1. Install "R-core.x86_64" package

This is a short guide on how to install R-core.x86_64 on Fedora 34

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

2. Uninstall "R-core.x86_64" package

Here is a brief guide to show you how to uninstall R-core.x86_64 on Fedora 34:

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

3. Information about the R-core.x86_64 package on Fedora 34

Last metadata expiration check: 4:21:27 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : R-core
Version : 4.0.5
Release : 2.fc34
Architecture : x86_64
Size : 57 M
Source : R-4.0.5-2.fc34.src.rpm
Repository : updates
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.