How To Install R-lmodel2 on Fedora 36
Introduction
In this tutorial we learn how to install R-lmodel2
on Fedora 36.
What is R-lmodel2
Computes model II simple linear regression using ordinary least squares (OLS), major axis (MA), standard major axis (SMA), and ranged major axis
We can use yum
or dnf
to install R-lmodel2
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install R-lmodel2.
Install R-lmodel2 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-lmodel2
using dnf
by running the following command:
sudo dnf -y install R-lmodel2
Install R-lmodel2 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-lmodel2
using yum
by running the following command:
sudo yum -y install R-lmodel2
How To Uninstall R-lmodel2 on Fedora 36
To uninstall only the R-lmodel2
package we can use the following command:
sudo dnf remove R-lmodel2
R-lmodel2 Package Contents on Fedora 36
/usr/share/R/library/lmodel2
/usr/share/R/library/lmodel2/DESCRIPTION
/usr/share/R/library/lmodel2/INDEX
/usr/share/R/library/lmodel2/Meta
/usr/share/R/library/lmodel2/Meta/Rd.rds
/usr/share/R/library/lmodel2/Meta/data.rds
/usr/share/R/library/lmodel2/Meta/features.rds
/usr/share/R/library/lmodel2/Meta/hsearch.rds
/usr/share/R/library/lmodel2/Meta/links.rds
/usr/share/R/library/lmodel2/Meta/nsInfo.rds
/usr/share/R/library/lmodel2/Meta/package.rds
/usr/share/R/library/lmodel2/Meta/vignette.rds
/usr/share/R/library/lmodel2/NAMESPACE
/usr/share/R/library/lmodel2/R
/usr/share/R/library/lmodel2/R/lmodel2
/usr/share/R/library/lmodel2/R/lmodel2.rdb
/usr/share/R/library/lmodel2/R/lmodel2.rdx
/usr/share/R/library/lmodel2/data
/usr/share/R/library/lmodel2/data/mod2ex1.rda
/usr/share/R/library/lmodel2/data/mod2ex2.rda
/usr/share/R/library/lmodel2/data/mod2ex3.rda
/usr/share/R/library/lmodel2/data/mod2ex4.rda
/usr/share/R/library/lmodel2/data/mod2ex5.rda
/usr/share/R/library/lmodel2/doc
/usr/share/R/library/lmodel2/doc/index.html
/usr/share/R/library/lmodel2/doc/mod2user.R
/usr/share/R/library/lmodel2/doc/mod2user.Rnw
/usr/share/R/library/lmodel2/doc/mod2user.pdf
/usr/share/R/library/lmodel2/help
/usr/share/R/library/lmodel2/help/AnIndex
/usr/share/R/library/lmodel2/help/CLma.html
/usr/share/R/library/lmodel2/help/CLsma.html
/usr/share/R/library/lmodel2/help/MA.reg.html
/usr/share/R/library/lmodel2/help/SMA.reg.html
/usr/share/R/library/lmodel2/help/aliases.rds
/usr/share/R/library/lmodel2/help/lines.lmodel2.html
/usr/share/R/library/lmodel2/help/lmodel2.html
/usr/share/R/library/lmodel2/help/lmodel2.rdb
/usr/share/R/library/lmodel2/help/lmodel2.rdx
/usr/share/R/library/lmodel2/help/mod2ex1.html
/usr/share/R/library/lmodel2/help/mod2ex2.html
/usr/share/R/library/lmodel2/help/mod2ex3.html
/usr/share/R/library/lmodel2/help/mod2ex4.html
/usr/share/R/library/lmodel2/help/mod2ex5.html
/usr/share/R/library/lmodel2/help/paths.rds
/usr/share/R/library/lmodel2/help/permutest.lmodel2.html
/usr/share/R/library/lmodel2/help/plot.lmodel2.html
/usr/share/R/library/lmodel2/help/print.lmodel2.html
/usr/share/R/library/lmodel2/html
/usr/share/R/library/lmodel2/html/00Index.html
/usr/share/R/library/lmodel2/html/R.css
/usr/share/R/library/lmodel2/html/lmodel2.html
/usr/share/R/library/lmodel2/html/mod2ex1.html
References
Summary
In this tutorial we learn how to install R-lmodel2
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).