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

Last updated: April 28,2024

1. Install "R-pbapply.noarch" package

This tutorial shows how to install R-pbapply.noarch on Fedora 36

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

2. Uninstall "R-pbapply.noarch" package

Please follow the guidance below to uninstall R-pbapply.noarch on Fedora 36:

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

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

Last metadata expiration check: 0:44:46 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : R-pbapply
Version : 1.4.3
Release : 4.fc36
Architecture : noarch
Size : 93 k
Source : R-pbapply-1.4.3-4.fc36.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.