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

Last updated: March 11,2025

1. Install "R-RInside-examples.x86_64" package

Please follow the guidance below to install R-RInside-examples.x86_64 on Oracle Linux 8

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

2. Uninstall "R-RInside-examples.x86_64" package

This guide covers the steps necessary to uninstall R-RInside-examples.x86_64 on Oracle Linux 8:

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

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

Last metadata expiration check: 1:30:42 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : R-RInside-examples
Version : 0.2.17
Release : 1.el8
Architecture : x86_64
Size : 62 k
Source : R-RInside-0.2.17-1.el8.src.rpm
Repository : epel
Summary : RInside Examples
URL : https://cran.r-project.org/package=RInside
License : GPLv2+
Description : Numerous examples are provided in the nine sub-directories of the
: examples directory of the installed package: standard, mpi (for
: parallel computing), qt (showing how to embed RInside inside a Qt GUI
: application), wt (showing how to build a "web-application" using the
: Wt toolkit), armadillo (for RInside use with RcppArmadillo), eigen
: (for RInside use with RcppEigen) and 'c_interface' for a basic C
: interface and 'Ruby' illustration.