How to Install and Uninstall R-RInside-examples.x86_64 Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 09,2024

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

Please follow the guidance below to install R-RInside-examples.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9)

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

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

This guide let you learn how to uninstall R-RInside-examples.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9):

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

3. Information about the R-RInside-examples.x86_64 package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 2:11:12 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : R-RInside-examples
Version : 0.2.18
Release : 4.el9
Architecture : x86_64
Size : 59 k
Source : R-RInside-0.2.18-4.el9.src.rpm
Repository : epel
Summary : RInside Examples
URL : https://cran.r-project.org/package=RInside
License : GPL-2.0-or-later
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.