How To Install R-RM2 on Fedora 36
Introduction
In this tutorial we learn how to install R-RM2
on Fedora 36.
What is R-RM2
RM2 is a simple package that implements functions used in revenue management and pricing environments.
We can use yum
or dnf
to install R-RM2
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install R-RM2.
Install R-RM2 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-RM2
using dnf
by running the following command:
sudo dnf -y install R-RM2
Install R-RM2 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-RM2
using yum
by running the following command:
sudo yum -y install R-RM2
How To Uninstall R-RM2 on Fedora 36
To uninstall only the R-RM2
package we can use the following command:
sudo dnf remove R-RM2
R-RM2 Package Contents on Fedora 36
/usr/share/R/library/RM2
/usr/share/R/library/RM2/DESCRIPTION
/usr/share/R/library/RM2/INDEX
/usr/share/R/library/RM2/Meta
/usr/share/R/library/RM2/Meta/Rd.rds
/usr/share/R/library/RM2/Meta/features.rds
/usr/share/R/library/RM2/Meta/hsearch.rds
/usr/share/R/library/RM2/Meta/links.rds
/usr/share/R/library/RM2/Meta/nsInfo.rds
/usr/share/R/library/RM2/Meta/package.rds
/usr/share/R/library/RM2/NAMESPACE
/usr/share/R/library/RM2/R
/usr/share/R/library/RM2/R/RM2
/usr/share/R/library/RM2/R/RM2.rdb
/usr/share/R/library/RM2/R/RM2.rdx
/usr/share/R/library/RM2/help
/usr/share/R/library/RM2/help/AnIndex
/usr/share/R/library/RM2/help/EM.html
/usr/share/R/library/RM2/help/EMSRb.html
/usr/share/R/library/RM2/help/EMSRb_internal.html
/usr/share/R/library/RM2/help/EM_internal.html
/usr/share/R/library/RM2/help/PD.html
/usr/share/R/library/RM2/help/PD_internal.html
/usr/share/R/library/RM2/help/RM2.rdb
/usr/share/R/library/RM2/help/RM2.rdx
/usr/share/R/library/RM2/help/aliases.rds
/usr/share/R/library/RM2/help/paths.rds
/usr/share/R/library/RM2/html
/usr/share/R/library/RM2/html/00Index.html
/usr/share/R/library/RM2/html/EM.html
/usr/share/R/library/RM2/html/EMSRb.html
/usr/share/R/library/RM2/html/EMSRb_internal.html
/usr/share/R/library/RM2/html/EM_internal.html
/usr/share/R/library/RM2/html/PD.html
/usr/share/R/library/RM2/html/PD_internal.html
/usr/share/R/library/RM2/html/R.css
References
Summary
In this tutorial we learn how to install R-RM2
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).