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

Last updated: January 11,2025

1. Install "R-pbapply.noarch" package

Please follow the steps below to install R-pbapply.noarch on Fedora 39

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

2. Uninstall "R-pbapply.noarch" package

Here is a brief guide to show you how to uninstall R-pbapply.noarch on Fedora 39:

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

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

Last metadata expiration check: 1:13:08 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : R-pbapply
Version : 1.7.2
Release : 1.fc39
Architecture : noarch
Size : 129 k
Source : R-pbapply-1.7.2-1.fc39.src.rpm
Repository : fedora
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.