How to Install and Uninstall R-RInside.x86_64 Package on Oracle Linux 8

Last updated: May 15,2024

1. Install "R-RInside.x86_64" package

In this section, we are going to explain the necessary steps to install R-RInside.x86_64 on Oracle Linux 8

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

2. Uninstall "R-RInside.x86_64" package

Please follow the guidelines below to uninstall R-RInside.x86_64 on Oracle Linux 8:

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

3. Information about the R-RInside.x86_64 package on Oracle Linux 8

Last metadata expiration check: 1:20:45 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : R-RInside
Version : 0.2.17
Release : 1.el8
Architecture : x86_64
Size : 76 k
Source : R-RInside-0.2.17-1.el8.src.rpm
Repository : epel
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.