How To Install R-progress-devel on Fedora 36
Introduction
In this tutorial we learn how to install R-progress-devel
on Fedora 36.
What is R-progress-devel
Development files for R-progress.
We can use yum
or dnf
to install R-progress-devel
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install R-progress-devel.
Install R-progress-devel 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-devel
using dnf
by running the following command:
sudo dnf -y install R-progress-devel
Install R-progress-devel 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-devel
using yum
by running the following command:
sudo yum -y install R-progress-devel
How To Uninstall R-progress-devel on Fedora 36
To uninstall only the R-progress-devel
package we can use the following command:
sudo dnf remove R-progress-devel
R-progress-devel Package Contents on Fedora 36
/usr/share/R/library/progress/include
/usr/share/R/library/progress/include/RProgress.h
References
Summary
In this tutorial we learn how to install R-progress-devel
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).