How To Install R-progress on Fedora 36
Introduction
In this tutorial we learn how to install R-progress on Fedora 36.
What is R-progress
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.
We can use yum or dnf to install R-progress on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install R-progress.
Install R-progress on Fedora 36 Using dnf
Update yum database with dnf using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install R-progress using dnf by running the following command:
sudo dnf -y install R-progress
Install R-progress on Fedora 36 Using yum
Update yum database with yum using the following command.
sudo yum makecache --refresh
After updating yum database, We can install R-progress using yum by running the following command:
sudo yum -y install R-progress
How To Uninstall R-progress on Fedora 36
To uninstall only the R-progress package we can use the following command:
sudo dnf remove R-progress
R-progress Package Contents on Fedora 36
/usr/share/R/library/progress
/usr/share/R/library/progress/DESCRIPTION
/usr/share/R/library/progress/INDEX
/usr/share/R/library/progress/LICENSE
/usr/share/R/library/progress/Meta
/usr/share/R/library/progress/Meta/Rd.rds
/usr/share/R/library/progress/Meta/features.rds
/usr/share/R/library/progress/Meta/hsearch.rds
/usr/share/R/library/progress/Meta/links.rds
/usr/share/R/library/progress/Meta/nsInfo.rds
/usr/share/R/library/progress/Meta/package.rds
/usr/share/R/library/progress/NAMESPACE
/usr/share/R/library/progress/NEWS.md
/usr/share/R/library/progress/R
/usr/share/R/library/progress/R/progress
/usr/share/R/library/progress/R/progress.rdb
/usr/share/R/library/progress/R/progress.rdx
/usr/share/R/library/progress/help
/usr/share/R/library/progress/help/AnIndex
/usr/share/R/library/progress/help/aliases.rds
/usr/share/R/library/progress/help/figures
/usr/share/R/library/progress/help/figures/logo.png
/usr/share/R/library/progress/help/figures/logo.svg
/usr/share/R/library/progress/help/paths.rds
/usr/share/R/library/progress/help/progress.rdb
/usr/share/R/library/progress/help/progress.rdx
/usr/share/R/library/progress/help/progress_bar.html
/usr/share/R/library/progress/html
/usr/share/R/library/progress/html/00Index.html
/usr/share/R/library/progress/html/R.css
/usr/share/R/library/progress/html/progress_bar.html
/usr/share/doc/R-progress
/usr/share/doc/R-progress/README.md
References
Summary
In this tutorial we learn how to install R-progress on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).