How To Install R-lokern on Fedora 36

In this tutorial we learn how to install R-lokern in Fedora 36. R-lokern is Kernel Regression Smoothing with Local or Global Plug-in Bandwidth

Introduction

In this tutorial we learn how to install R-lokern on Fedora 36.

What is R-lokern

Kernel regression smoothing with adaptive local or global plug-in bandwidth selection.

We can use yum or dnf to install R-lokern on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install R-lokern.

Install R-lokern 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-lokern using dnf by running the following command:

sudo dnf -y install R-lokern

Install R-lokern 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-lokern using yum by running the following command:

sudo yum -y install R-lokern

How To Uninstall R-lokern on Fedora 36

To uninstall only the R-lokern package we can use the following command:

sudo dnf remove R-lokern

R-lokern Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/39
/usr/lib/.build-id/39/be068c9e197eb95da0e189483a3e557efc51a8
/usr/lib64/R/library/lokern
/usr/lib64/R/library/lokern/DESCRIPTION
/usr/lib64/R/library/lokern/INDEX
/usr/lib64/R/library/lokern/Meta
/usr/lib64/R/library/lokern/Meta/Rd.rds
/usr/lib64/R/library/lokern/Meta/data.rds
/usr/lib64/R/library/lokern/Meta/demo.rds
/usr/lib64/R/library/lokern/Meta/features.rds
/usr/lib64/R/library/lokern/Meta/hsearch.rds
/usr/lib64/R/library/lokern/Meta/links.rds
/usr/lib64/R/library/lokern/Meta/nsInfo.rds
/usr/lib64/R/library/lokern/Meta/package.rds
/usr/lib64/R/library/lokern/NAMESPACE
/usr/lib64/R/library/lokern/R
/usr/lib64/R/library/lokern/R/lokern
/usr/lib64/R/library/lokern/R/lokern.rdb
/usr/lib64/R/library/lokern/R/lokern.rdx
/usr/lib64/R/library/lokern/data
/usr/lib64/R/library/lokern/data/xSim.R
/usr/lib64/R/library/lokern/demo
/usr/lib64/R/library/lokern/demo/glk-derivs.R
/usr/lib64/R/library/lokern/help
/usr/lib64/R/library/lokern/help/AnIndex
/usr/lib64/R/library/lokern/help/KernS-methods.html
/usr/lib64/R/library/lokern/help/aliases.rds
/usr/lib64/R/library/lokern/help/fitted.KernS.html
/usr/lib64/R/library/lokern/help/glkerns.default.html
/usr/lib64/R/library/lokern/help/glkerns.formula.html
/usr/lib64/R/library/lokern/help/glkerns.html
/usr/lib64/R/library/lokern/help/lines.KernS.html
/usr/lib64/R/library/lokern/help/lokern.rdb
/usr/lib64/R/library/lokern/help/lokern.rdx
/usr/lib64/R/library/lokern/help/lokerns.default.html
/usr/lib64/R/library/lokern/help/lokerns.formula.html
/usr/lib64/R/library/lokern/help/lokerns.html
/usr/lib64/R/library/lokern/help/paths.rds
/usr/lib64/R/library/lokern/help/plot.KernS.html
/usr/lib64/R/library/lokern/help/predict.KernS.html
/usr/lib64/R/library/lokern/help/print.KernS.html
/usr/lib64/R/library/lokern/help/residuals.KernS.html
/usr/lib64/R/library/lokern/help/varNPreg.html
/usr/lib64/R/library/lokern/help/varest.html
/usr/lib64/R/library/lokern/help/xSim.html
/usr/lib64/R/library/lokern/html
/usr/lib64/R/library/lokern/html/00Index.html
/usr/lib64/R/library/lokern/html/KernS-methods.html
/usr/lib64/R/library/lokern/html/R.css
/usr/lib64/R/library/lokern/html/glkerns.html
/usr/lib64/R/library/lokern/html/lokerns.html
/usr/lib64/R/library/lokern/html/varNPreg.html
/usr/lib64/R/library/lokern/html/xSim.html
/usr/lib64/R/library/lokern/libs
/usr/lib64/R/library/lokern/libs/lokern.so

References

Summary

In this tutorial we learn how to install R-lokern on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).