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

Last updated: July 05,2024

1. Install "R-progress.noarch" package

This guide let you learn how to install R-progress.noarch on Fedora 34

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

2. Uninstall "R-progress.noarch" package

This tutorial shows how to uninstall R-progress.noarch on Fedora 34:

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

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

Last metadata expiration check: 2:25:47 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : R-progress
Version : 1.2.2
Release : 5.fc34
Architecture : noarch
Size : 92 k
Source : R-progress-1.2.2-5.fc34.src.rpm
Repository : fedora
Summary : Terminal Progress Bars
URL : https://CRAN.R-project.org/package=progress
License : MIT
Description : Configurable Progress bars, they may include percentage, elapsed time, and/or
: the estimated completion time. They work in terminals, in Emacs ESS, RStudio,
: Windows Rgui and the macOS R.app. The package also provides a C++ API, that
: works with or without Rcpp.