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

Last updated: July 05,2024

1. Install "R-pbapply.noarch" package

Please follow the instructions below to install R-pbapply.noarch on Fedora 34

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

2. Uninstall "R-pbapply.noarch" package

Please follow the step by step instructions below to uninstall R-pbapply.noarch on Fedora 34:

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

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

Last metadata expiration check: 3:10:59 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : R-pbapply
Version : 1.4.3
Release : 1.fc34
Architecture : noarch
Size : 90 k
Source : R-pbapply-1.4.3-1.fc34.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.