How To Install R-pbapply on Fedora 36
Introduction
In this tutorial we learn how to install R-pbapply
on Fedora 36.
What is R-pbapply
A lightweight package that adds progress bar to vectorized R functions (’*apply’). The implementation can easily be added to functions where showing the progress is useful (e.g. bootstrap). The type and style of the progress bar (with percentages or remaining time) can be set through options. Supports several parallel processing backends.
We can use yum
or dnf
to install R-pbapply
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install R-pbapply.
Install R-pbapply 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-pbapply
using dnf
by running the following command:
sudo dnf -y install R-pbapply
Install R-pbapply 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-pbapply
using yum
by running the following command:
sudo yum -y install R-pbapply
How To Uninstall R-pbapply on Fedora 36
To uninstall only the R-pbapply
package we can use the following command:
sudo dnf remove R-pbapply
R-pbapply Package Contents on Fedora 36
/usr/share/R/library/pbapply
/usr/share/R/library/pbapply/DESCRIPTION
/usr/share/R/library/pbapply/INDEX
/usr/share/R/library/pbapply/Meta
/usr/share/R/library/pbapply/Meta/Rd.rds
/usr/share/R/library/pbapply/Meta/features.rds
/usr/share/R/library/pbapply/Meta/hsearch.rds
/usr/share/R/library/pbapply/Meta/links.rds
/usr/share/R/library/pbapply/Meta/nsInfo.rds
/usr/share/R/library/pbapply/Meta/package.rds
/usr/share/R/library/pbapply/NAMESPACE
/usr/share/R/library/pbapply/R
/usr/share/R/library/pbapply/R/pbapply
/usr/share/R/library/pbapply/R/pbapply.rdb
/usr/share/R/library/pbapply/R/pbapply.rdx
/usr/share/R/library/pbapply/help
/usr/share/R/library/pbapply/help/AnIndex
/usr/share/R/library/pbapply/help/aliases.rds
/usr/share/R/library/pbapply/help/closepb.html
/usr/share/R/library/pbapply/help/dopb.html
/usr/share/R/library/pbapply/help/getTimeAsString.html
/usr/share/R/library/pbapply/help/getTimerProgressBar.html
/usr/share/R/library/pbapply/help/getpb.html
/usr/share/R/library/pbapply/help/paths.rds
/usr/share/R/library/pbapply/help/pbapply.html
/usr/share/R/library/pbapply/help/pbapply.rdb
/usr/share/R/library/pbapply/help/pbapply.rdx
/usr/share/R/library/pbapply/help/pblapply.html
/usr/share/R/library/pbapply/help/pbmapply.html
/usr/share/R/library/pbapply/help/pboptions.html
/usr/share/R/library/pbapply/help/pbreplicate.html
/usr/share/R/library/pbapply/help/pbsapply.html
/usr/share/R/library/pbapply/help/pbtapply.html
/usr/share/R/library/pbapply/help/pbtypes.html
/usr/share/R/library/pbapply/help/setTimerProgressBar.html
/usr/share/R/library/pbapply/help/setpb.html
/usr/share/R/library/pbapply/help/splitpb.html
/usr/share/R/library/pbapply/help/startpb.html
/usr/share/R/library/pbapply/help/timerProgressBar.html
/usr/share/R/library/pbapply/html
/usr/share/R/library/pbapply/html/00Index.html
/usr/share/R/library/pbapply/html/R.css
/usr/share/R/library/pbapply/html/pbapply.html
/usr/share/R/library/pbapply/html/pboptions.html
/usr/share/R/library/pbapply/html/splitpb.html
/usr/share/R/library/pbapply/html/timerProgressBar.html
References
Summary
In this tutorial we learn how to install R-pbapply
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).