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

Last updated: January 06,2025

1. Install "R-progress.noarch" package

In this section, we are going to explain the necessary steps to install R-progress.noarch on Fedora 36

$ 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 36:

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

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

Last metadata expiration check: 0:09:29 ago on Thu Sep 8 14:04:51 2022.
Available Packages
Name : R-progress
Version : 1.2.2
Release : 8.fc36
Architecture : noarch
Size : 92 k
Source : R-progress-1.2.2-8.fc36.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.