How to Install and Uninstall R-RInside.x86_64 Package on CentOS 8 / RHEL 8

Last updated: May 17,2024

1. Install "R-RInside.x86_64" package

Please follow the guidance below to install R-RInside.x86_64 on CentOS 8 / RHEL 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 CentOS 8 / RHEL 8:

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

3. Information about the R-RInside.x86_64 package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 3:43:39 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : R-RInside
Version : 0.2.16
Release : 2.el8
Architecture : x86_64
Size : 74 k
Source : R-RInside-0.2.16-2.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.