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

Last updated: May 17,2024

1. Install "r-cran-parallelly" package

Please follow the guidance below to install r-cran-parallelly on Kali Linux

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

2. Uninstall "r-cran-parallelly" package

Please follow the guidelines below to uninstall r-cran-parallelly on Kali Linux:

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

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

Package: r-cran-parallelly
Version: 1.36.0-1
Installed-Size: 462
Maintainer: Debian R Packages Maintainers
Architecture: all
Depends: r-base-core (>= 4.3.1-1), r-api-4.0
Size: 360012
SHA256: 22a5a45733625a5a4d14a809b0fe3f2f22d231a47dffb3cd6a6f346b76867a19
SHA1: 9eea36f14d2aa57b1a0ce73c2321bed23096f862
MD5sum: a58e2bec74c6b2723ff146defeba051b
Description: GNU R enhancing the 'parallel' package
Utility functions that enhance the 'parallel' package and support the
built-in parallel backends of the 'future' package. For example,
availableCores() gives the number of CPU cores available to your R
process as given by R options and environment variables, including those
set by job schedulers on high-performance compute clusters. If none is
set, it will fall back to parallel::detectCores(). Another example is
makeClusterPSOCK(), which is backward compatible with
parallel::makePSOCKcluster() while doing a better job in setting up
remote cluster workers without the need for configuring the firewall to
do port-forwarding to your local computer.
Description-md5:
Homepage: https://cran.r-project.org/package=parallelly
Section: gnu-r
Priority: optional
Filename: pool/main/r/r-cran-parallelly/r-cran-parallelly_1.36.0-1_all.deb