How to Install and Uninstall R-simmer.i686 Package on Fedora 39

Last updated: October 07,2024

1. Install "R-simmer.i686" package

This tutorial shows how to install R-simmer.i686 on Fedora 39

$ sudo dnf update $ sudo dnf install R-simmer.i686

2. Uninstall "R-simmer.i686" package

This guide covers the steps necessary to uninstall R-simmer.i686 on Fedora 39:

$ sudo dnf remove R-simmer.i686 $ sudo dnf autoremove

3. Information about the R-simmer.i686 package on Fedora 39

Last metadata expiration check: 2:44:06 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : R-simmer
Version : 4.4.6.3
Release : 1.fc39
Architecture : i686
Size : 1.3 M
Source : R-simmer-4.4.6.3-1.fc39.src.rpm
Repository : updates
Summary : Discrete-Event Simulation for R
URL : https://cran.r-project.org/package=simmer
License : GPL-2.0-or-later
Description : A process-oriented and trajectory-based Discrete-Event Simulation (DES)
: package for R. It is designed as a generic yet powerful framework. The
: architecture encloses a robust and fast simulation core written in 'C++'
: with automatic monitoring capabilities. It provides a rich and flexible R
: API that revolves around the concept of trajectory, a common path in the
: simulation model for entities of the same type.
: Documentation about 'simmer' is provided by several vignettes included in
: this package, via the paper by Ucar, Smeets & Azcorra (2019,
: ), and the paper by Ucar, Hernández, Serrano &
: Azcorra (2018, ); see 'citation("simmer")'
: for details.