How to Install and Uninstall R-foreach.noarch Package on Fedora 34

Last updated: October 05,2024

1. Install "R-foreach.noarch" package

Please follow the guidance below to install R-foreach.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install R-foreach.noarch

2. Uninstall "R-foreach.noarch" package

Here is a brief guide to show you how to uninstall R-foreach.noarch on Fedora 34:

$ sudo dnf remove R-foreach.noarch $ sudo dnf autoremove

3. Information about the R-foreach.noarch package on Fedora 34

Last metadata expiration check: 1:49:50 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : R-foreach
Version : 1.5.1
Release : 2.fc34
Architecture : noarch
Size : 138 k
Source : R-foreach-1.5.1-2.fc34.src.rpm
Repository : fedora
Summary : Provides Foreach Looping Construct
URL : https://CRAN.R-project.org/package=foreach
License : ASL 2.0
Description : Support for the foreach looping construct. Foreach is an idiom that allows for
: iterating over elements in a collection, without the use of an explicit loop
: counter. This package in particular is intended to be used for its return
: value, rather than for its side effects. In that sense, it is similar to the
: standard lapply function, but doesn't require the evaluation of a function.
: Using foreach without side effects also facilitates executing the loop in
: parallel.