How to Install and Uninstall R-randomForest.x86_64 Package on Fedora 35

Last updated: September 24,2024

1. Install "R-randomForest.x86_64" package

Here is a brief guide to show you how to install R-randomForest.x86_64 on Fedora 35

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

2. Uninstall "R-randomForest.x86_64" package

Here is a brief guide to show you how to uninstall R-randomForest.x86_64 on Fedora 35:

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

3. Information about the R-randomForest.x86_64 package on Fedora 35

Last metadata expiration check: 2:49:57 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : R-randomForest
Version : 4.6.14
Release : 4.fc35
Architecture : x86_64
Size : 239 k
Source : R-randomForest-4.6.14-4.fc35.src.rpm
Repository : fedora
Summary : Breiman and Cutler's Random Forests for Classification and Regression
URL : https://CRAN.R-project.org/package=randomForest
License : GPLv2+
Description : Classification and regression based on a forest of trees using random
: inputs, based on Breiman (2001) .