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

Last updated: October 05,2024

1. Install "R-RInside.x86_64" package

This tutorial shows how to install R-RInside.x86_64 on Fedora 34

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

2. Uninstall "R-RInside.x86_64" package

Please follow the guidance below to uninstall R-RInside.x86_64 on Fedora 34:

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

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

Last metadata expiration check: 4:38:54 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : R-RInside
Version : 0.2.17
Release : 1.fc34
Architecture : x86_64
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.