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

Last updated: October 05,2024

1. Install "R-RInside.i686" package

This guide covers the steps necessary to install R-RInside.i686 on Fedora 34

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

2. Uninstall "R-RInside.i686" package

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

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

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

Last metadata expiration check: 4:52:22 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : R-RInside
Version : 0.2.17
Release : 1.fc34
Architecture : i686
Size : 69 k
Source : R-RInside-0.2.17-1.fc34.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.