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

Last updated: October 06,2024

1. Install "R-core.i686" package

Here is a brief guide to show you how to install R-core.i686 on Fedora 34

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

2. Uninstall "R-core.i686" package

Learn how to uninstall R-core.i686 on Fedora 34:

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

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

Last metadata expiration check: 3:28:55 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : R-core
Version : 4.0.5
Release : 2.fc34
Architecture : i686
Size : 58 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.