How to Install and Uninstall R-pbapply.noarch Package on Fedora 38

Last updated: January 17,2025

1. Install "R-pbapply.noarch" package

Learn how to install R-pbapply.noarch on Fedora 38

$ sudo dnf update $ sudo dnf install R-pbapply.noarch

2. Uninstall "R-pbapply.noarch" package

Please follow the instructions below to uninstall R-pbapply.noarch on Fedora 38:

$ sudo dnf remove R-pbapply.noarch $ sudo dnf autoremove

3. Information about the R-pbapply.noarch package on Fedora 38

Last metadata expiration check: 4:19:52 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : R-pbapply
Version : 1.7.2
Release : 1.fc38
Architecture : noarch
Size : 130 k
Source : R-pbapply-1.7.2-1.fc38.src.rpm
Repository : updates
Summary : Adding Progress Bar to '*apply' Functions
URL : https://cran.rstudio.com/web/packages/pbapply/index.html
License : GPLv2
Description : 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.