How to Install and Uninstall R-RInside.i686 Package on Fedora 36

Last updated: January 16,2025

1. Install "R-RInside.i686" package

In this section, we are going to explain the necessary steps to install R-RInside.i686 on Fedora 36

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

2. Uninstall "R-RInside.i686" package

Learn how to uninstall R-RInside.i686 on Fedora 36:

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

3. Information about the R-RInside.i686 package on Fedora 36

Last metadata expiration check: 0:05:48 ago on Thu Sep 8 14:04:51 2022.
Available Packages
Name : R-RInside
Version : 0.2.17
Release : 1.fc36
Architecture : i686
Size : 77 k
Source : R-RInside-0.2.17-1.fc36.src.rpm
Repository : updates
Summary : C++ Classes to Embed R in C++ (and C) Applications
URL : https://cran.r-project.org/package=RInside
License : GPLv2+
Description : The RInside packages makes it easier to have "R inside" your C++
: application by providing a C++ wrapper class providing the R
: interpreter.