How to Install and Uninstall R-rlecuyer.x86_64 Package on Rocky Linux 8

Last updated: September 20,2024

1. Install "R-rlecuyer.x86_64" package

This tutorial shows how to install R-rlecuyer.x86_64 on Rocky Linux 8

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

2. Uninstall "R-rlecuyer.x86_64" package

In this section, we are going to explain the necessary steps to uninstall R-rlecuyer.x86_64 on Rocky Linux 8:

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

3. Information about the R-rlecuyer.x86_64 package on Rocky Linux 8

Last metadata expiration check: 2:06:24 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : R-rlecuyer
Version : 0.3.5
Release : 8.el8
Architecture : x86_64
Size : 88 k
Source : R-rlecuyer-0.3.5-8.el8.src.rpm
Repository : epel
Summary : R interface to RNG with multiple streams
URL : http://cran.r-project.org/web/packages/rlecuyer/index.html
License : GPLv2+
Description : Provides an interface to the C implementation of the random number
: generator with multiple independent streams developed by L'Ecuyer
: et al (2002). The main purpose of this package is to enable the
: use of this random number generator in parallel R applications.