How to Install and Uninstall R.x86_64 Package on Fedora 35

Last updated: April 28,2024

1. Install "R.x86_64" package

This tutorial shows how to install R.x86_64 on Fedora 35

$ 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 Fedora 35:

$ sudo dnf remove R.x86_64 $ sudo dnf autoremove

3. Information about the R.x86_64 package on Fedora 35

Last metadata expiration check: 2:56:16 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : R
Version : 4.1.3
Release : 1.fc35
Architecture : x86_64
Size : 9.3 k
Source : R-4.1.3-1.fc35.src.rpm
Repository : updates
Summary : A language for data analysis and graphics
URL : http://www.r-project.org
License : GPLv2+
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.