How to Install and Uninstall R-simmer.x86_64 Package on Fedora 34

Last updated: June 29,2024

1. Install "R-simmer.x86_64" package

This tutorial shows how to install R-simmer.x86_64 on Fedora 34

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

2. Uninstall "R-simmer.x86_64" package

This guide let you learn how to uninstall R-simmer.x86_64 on Fedora 34:

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

3. Information about the R-simmer.x86_64 package on Fedora 34

Last metadata expiration check: 4:34:20 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : R-simmer
Version : 4.4.4
Release : 1.fc34
Architecture : x86_64
Size : 1.2 M
Source : R-simmer-4.4.4-1.fc34.src.rpm
Repository : updates
Summary : Discrete-Event Simulation for R
URL : https://cran.r-project.org/package=simmer
License : GPLv2+
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.