How To Install R-snow on Fedora 36

In this tutorial we learn how to install R-snow in Fedora 36. R-snow is Simple Network of Workstations

Introduction

In this tutorial we learn how to install R-snow on Fedora 36.

What is R-snow

Support for simple parallel computing in R.

We can use yum or dnf to install R-snow on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install R-snow.

Install R-snow on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install R-snow using dnf by running the following command:

sudo dnf -y install R-snow

Install R-snow on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install R-snow using yum by running the following command:

sudo yum -y install R-snow

How To Uninstall R-snow on Fedora 36

To uninstall only the R-snow package we can use the following command:

sudo dnf remove R-snow

R-snow Package Contents on Fedora 36

/usr/share/R/library/snow
/usr/share/R/library/snow/DESCRIPTION
/usr/share/R/library/snow/INDEX
/usr/share/R/library/snow/Meta
/usr/share/R/library/snow/Meta/Rd.rds
/usr/share/R/library/snow/Meta/features.rds
/usr/share/R/library/snow/Meta/hsearch.rds
/usr/share/R/library/snow/Meta/links.rds
/usr/share/R/library/snow/Meta/nsInfo.rds
/usr/share/R/library/snow/Meta/package.rds
/usr/share/R/library/snow/NAMESPACE
/usr/share/R/library/snow/R
/usr/share/R/library/snow/R/snow
/usr/share/R/library/snow/R/snow.rdb
/usr/share/R/library/snow/R/snow.rdx
/usr/share/R/library/snow/RMPISNOW
/usr/share/R/library/snow/RMPISNOWprofile
/usr/share/R/library/snow/RMPInode.R
/usr/share/R/library/snow/RMPInode.sh
/usr/share/R/library/snow/RNWSnode.R
/usr/share/R/library/snow/RNWSnode.sh
/usr/share/R/library/snow/RPVMnode.R
/usr/share/R/library/snow/RPVMnode.sh
/usr/share/R/library/snow/RSOCKnode.R
/usr/share/R/library/snow/RSOCKnode.sh
/usr/share/R/library/snow/RunSnowNode
/usr/share/R/library/snow/RunSnowWorker
/usr/share/R/library/snow/help
/usr/share/R/library/snow/help/AnIndex
/usr/share/R/library/snow/help/addClusterOptions.html
/usr/share/R/library/snow/help/aliases.rds
/usr/share/R/library/snow/help/checkCluster.html
/usr/share/R/library/snow/help/checkForRemoteErrors.html
/usr/share/R/library/snow/help/closeNode.MPInode.html
/usr/share/R/library/snow/help/closeNode.NWSnode.html
/usr/share/R/library/snow/help/closeNode.SOCKnode.html
/usr/share/R/library/snow/help/closeNode.default.html
/usr/share/R/library/snow/help/closeNode.html
/usr/share/R/library/snow/help/clusterApply.html
/usr/share/R/library/snow/help/clusterApplyLB.html
/usr/share/R/library/snow/help/clusterCall.html
/usr/share/R/library/snow/help/clusterEvalQ.html
/usr/share/R/library/snow/help/clusterExport.html
/usr/share/R/library/snow/help/clusterMap.html
/usr/share/R/library/snow/help/clusterSetupRNG.html
/usr/share/R/library/snow/help/clusterSetupRNGstream.html
/usr/share/R/library/snow/help/clusterSetupSPRNG.html
/usr/share/R/library/snow/help/clusterSplit.html
/usr/share/R/library/snow/help/defaultClusterOptions.html
/usr/share/R/library/snow/help/docall.html
/usr/share/R/library/snow/help/dynamicClusterApply.html
/usr/share/R/library/snow/help/findRecvOneTag.html
/usr/share/R/library/snow/help/getClusterOption.html
/usr/share/R/library/snow/help/getMPIcluster.html
/usr/share/R/library/snow/help/initDefaultClusterOptions.html
/usr/share/R/library/snow/help/initRNGstreamNode.html
/usr/share/R/library/snow/help/makeCluster.html
/usr/share/R/library/snow/help/makeMPIcluster.html
/usr/share/R/library/snow/help/makeMPImaster.html
/usr/share/R/library/snow/help/makeNWScluster.html
/usr/share/R/library/snow/help/makeNWSmaster.html
/usr/share/R/library/snow/help/makeSOCKcluster.html
/usr/share/R/library/snow/help/makeSOCKmaster.html
/usr/share/R/library/snow/help/newMPInode.html
/usr/share/R/library/snow/help/newNWSnode.html
/usr/share/R/library/snow/help/newSOCKnode.html
/usr/share/R/library/snow/help/parApply.html
/usr/share/R/library/snow/help/parCapply.html
/usr/share/R/library/snow/help/parLapply.html
/usr/share/R/library/snow/help/parMM.html
/usr/share/R/library/snow/help/parRapply.html
/usr/share/R/library/snow/help/parSapply.html
/usr/share/R/library/snow/help/paths.rds
/usr/share/R/library/snow/help/plot.snowTimingData.html
/usr/share/R/library/snow/help/postNode.html
/usr/share/R/library/snow/help/print.snowTimingData.html
/usr/share/R/library/snow/help/recvData.MPInode.html
/usr/share/R/library/snow/help/recvData.NWSnode.html
/usr/share/R/library/snow/help/recvData.SOCKnode.html
/usr/share/R/library/snow/help/recvData.html
/usr/share/R/library/snow/help/recvOneData.MPIcluster.html
/usr/share/R/library/snow/help/recvOneData.NWScluster.html
/usr/share/R/library/snow/help/recvOneData.SOCKcluster.html
/usr/share/R/library/snow/help/recvOneData.html
/usr/share/R/library/snow/help/recvOneResult.html
/usr/share/R/library/snow/help/recvResult.html
/usr/share/R/library/snow/help/runMPIslave.html
/usr/share/R/library/snow/help/sendCall.html
/usr/share/R/library/snow/help/sendData.MPInode.html
/usr/share/R/library/snow/help/sendData.NWSnode.html
/usr/share/R/library/snow/help/sendData.SOCKnode.html
/usr/share/R/library/snow/help/sendData.html
/usr/share/R/library/snow/help/sendNode.html
/usr/share/R/library/snow/help/setDefaultClusterOptions.html
/usr/share/R/library/snow/help/setMPIcluster.html
/usr/share/R/library/snow/help/shQuoteIfNeeded.html
/usr/share/R/library/snow/help/sinkWorkerOutput.html
/usr/share/R/library/snow/help/slaveLoop.html
/usr/share/R/library/snow/help/snow-cluster.html
/usr/share/R/library/snow/help/snow-internal.html
/usr/share/R/library/snow/help/snow-parallel.html
/usr/share/R/library/snow/help/snow-rand.html
/usr/share/R/library/snow/help/snow-startstop.html
/usr/share/R/library/snow/help/snow-timing.html
/usr/share/R/library/snow/help/snow.rdb
/usr/share/R/library/snow/help/snow.rdx
/usr/share/R/library/snow/help/snow.time.html
/usr/share/R/library/snow/help/splitCols.html
/usr/share/R/library/snow/help/splitIndices.html
/usr/share/R/library/snow/help/splitList.html
/usr/share/R/library/snow/help/splitRows.html
/usr/share/R/library/snow/help/staticClusterApply.html
/usr/share/R/library/snow/help/stopCluster.MPIcluster.html
/usr/share/R/library/snow/help/stopCluster.NWScluster.html
/usr/share/R/library/snow/help/stopCluster.default.html
/usr/share/R/library/snow/help/stopCluster.html
/usr/share/R/library/snow/help/stopCluster.spawnedMPIcluster.html
/usr/share/R/library/snow/help/stopNode.html
/usr/share/R/library/snow/html
/usr/share/R/library/snow/html/00Index.html
/usr/share/R/library/snow/html/R.css
/usr/share/R/library/snow/html/snow-cluster.html
/usr/share/R/library/snow/html/snow-internal.html
/usr/share/R/library/snow/html/snow-parallel.html
/usr/share/R/library/snow/html/snow-rand.html
/usr/share/R/library/snow/html/snow-startstop.html
/usr/share/R/library/snow/html/snow-timing.html

References

Summary

In this tutorial we learn how to install R-snow on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).