How To Install R-gee on Fedora 36
In this tutorial we learn how to install R-gee in Fedora 36. R-gee is Generalized Estimation Equation Solver
Introduction
In this tutorial we learn how to install R-gee
on Fedora 36.
What is R-gee
Generalized Estimation Equation solver.
We can use yum
or dnf
to install R-gee
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install R-gee.
Install R-gee 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-gee
using dnf
by running the following command:
sudo dnf -y install R-gee
Install R-gee 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-gee
using yum
by running the following command:
sudo yum -y install R-gee
How To Uninstall R-gee on Fedora 36
To uninstall only the R-gee
package we can use the following command:
sudo dnf remove R-gee
R-gee Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/e0
/usr/lib/.build-id/e0/21f1bf9a32b2dd7956d2d10689eab40a6f68ca
/usr/lib64/R/library/gee
/usr/lib64/R/library/gee/DESCRIPTION
/usr/lib64/R/library/gee/INDEX
/usr/lib64/R/library/gee/Meta
/usr/lib64/R/library/gee/Meta/Rd.rds
/usr/lib64/R/library/gee/Meta/features.rds
/usr/lib64/R/library/gee/Meta/hsearch.rds
/usr/lib64/R/library/gee/Meta/links.rds
/usr/lib64/R/library/gee/Meta/nsInfo.rds
/usr/lib64/R/library/gee/Meta/package.rds
/usr/lib64/R/library/gee/NAMESPACE
/usr/lib64/R/library/gee/R
/usr/lib64/R/library/gee/R/gee
/usr/lib64/R/library/gee/R/gee.rdb
/usr/lib64/R/library/gee/R/gee.rdx
/usr/lib64/R/library/gee/help
/usr/lib64/R/library/gee/help/AnIndex
/usr/lib64/R/library/gee/help/aliases.rds
/usr/lib64/R/library/gee/help/gee.html
/usr/lib64/R/library/gee/help/gee.rdb
/usr/lib64/R/library/gee/help/gee.rdx
/usr/lib64/R/library/gee/help/paths.rds
/usr/lib64/R/library/gee/help/print.gee.html
/usr/lib64/R/library/gee/help/print.summary.gee.html
/usr/lib64/R/library/gee/help/summary.gee.html
/usr/lib64/R/library/gee/html
/usr/lib64/R/library/gee/html/00Index.html
/usr/lib64/R/library/gee/html/R.css
/usr/lib64/R/library/gee/html/gee.html
/usr/lib64/R/library/gee/libs
/usr/lib64/R/library/gee/libs/gee.so
References
Summary
In this tutorial we learn how to install R-gee
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).