How To Install R-RInside-examples on AlmaLinux 8
Introduction
In this tutorial we learn how to install R-RInside-examples
on AlmaLinux 8.
What is R-RInside-examples
Numerous examples are provided in the nine sub-directories of the examples directory of the installed package 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.
We can use yum
or dnf
to install R-RInside-examples
on AlmaLinux 8. In this tutorial we discuss both methods but you only need to choose one of method to install R-RInside-examples.
Install R-RInside-examples on AlmaLinux 8 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install R-RInside-examples
using dnf
by running the following command:
sudo dnf -y install R-RInside-examples
Install R-RInside-examples on AlmaLinux 8 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install R-RInside-examples
using yum
by running the following command:
sudo yum -y install R-RInside-examples
How To Uninstall R-RInside-examples on AlmaLinux 8
To uninstall only the R-RInside-examples
package we can use the following command:
sudo dnf remove R-RInside-examples
References
Summary
In this tutorial we learn how to install R-RInside-examples
on AlmaLinux 8 using yum and dnf.