How to Install and Uninstall r-cran-foreach Package on Kali Linux

Last updated: May 09,2024

1. Install "r-cran-foreach" package

In this section, we are going to explain the necessary steps to install r-cran-foreach on Kali Linux

$ sudo apt update $ sudo apt install r-cran-foreach

2. Uninstall "r-cran-foreach" package

In this section, we are going to explain the necessary steps to uninstall r-cran-foreach on Kali Linux:

$ sudo apt remove r-cran-foreach $ sudo apt autoclean && sudo apt autoremove

3. Information about the r-cran-foreach package on Kali Linux

Package: r-cran-foreach
Version: 1.5.2-1
Installed-Size: 395
Maintainer: Dirk Eddelbuettel
Architecture: all
Depends: r-base-core (>= 4.1.2-2), r-api-4.0, r-cran-codetools, r-cran-iterators
Size: 121540
SHA256: 9ae4084abaa21b6990e68ef9d10168c031a2395ebfdba7d4ab625c90c4d1fb80
SHA1: 42ee85a897bcaef285f32881fad49b61464274ff
MD5sum: 8239ba7f575b87ff4efe383041d1b713
Description: GNU R foreach looping support
This package provides 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.
Description-md5:
Homepage: https://cran.r-project.org/package=foreach
Section: gnu-r
Priority: optional
Filename: pool/main/r/r-cran-foreach/r-cran-foreach_1.5.2-1_all.deb