How To Install R-expm on Fedora 36

In this tutorial we learn how to install R-expm in Fedora 36. R-expm is Computation of the matrix exponential and related quantities

Introduction

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

What is R-expm

Efficient calculation of the exponential of a matrix. The package contains an R interface and a C API that package authors can use.

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

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

sudo dnf -y install R-expm

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

sudo yum -y install R-expm

How To Uninstall R-expm on Fedora 36

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

sudo dnf remove R-expm

R-expm Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/48
/usr/lib/.build-id/48/f7be0371b514554c10270145fd4c7c88349636
/usr/lib64/R/library/expm
/usr/lib64/R/library/expm/DESCRIPTION
/usr/lib64/R/library/expm/INDEX
/usr/lib64/R/library/expm/Meta
/usr/lib64/R/library/expm/Meta/Rd.rds
/usr/lib64/R/library/expm/Meta/data.rds
/usr/lib64/R/library/expm/Meta/demo.rds
/usr/lib64/R/library/expm/Meta/features.rds
/usr/lib64/R/library/expm/Meta/hsearch.rds
/usr/lib64/R/library/expm/Meta/links.rds
/usr/lib64/R/library/expm/Meta/nsInfo.rds
/usr/lib64/R/library/expm/Meta/package.rds
/usr/lib64/R/library/expm/Meta/vignette.rds
/usr/lib64/R/library/expm/NAMESPACE
/usr/lib64/R/library/expm/R
/usr/lib64/R/library/expm/R/expm
/usr/lib64/R/library/expm/R/expm.rdb
/usr/lib64/R/library/expm/R/expm.rdx
/usr/lib64/R/library/expm/data
/usr/lib64/R/library/expm/data/matStig.R
/usr/lib64/R/library/expm/demo
/usr/lib64/R/library/expm/demo/balanceTst.R
/usr/lib64/R/library/expm/demo/exact-fn.R
/usr/lib64/R/library/expm/demo/expm.R
/usr/lib64/R/library/expm/doc
/usr/lib64/R/library/expm/doc/expm.R
/usr/lib64/R/library/expm/doc/expm.Rnw
/usr/lib64/R/library/expm/doc/expm.pdf
/usr/lib64/R/library/expm/doc/index.html
/usr/lib64/R/library/expm/help
/usr/lib64/R/library/expm/help/+25+5E+25.html
/usr/lib64/R/library/expm/help/AnIndex
/usr/lib64/R/library/expm/help/aliases.rds
/usr/lib64/R/library/expm/help/balance.html
/usr/lib64/R/library/expm/help/dgebal.html
/usr/lib64/R/library/expm/help/expAtv.html
/usr/lib64/R/library/expm/help/expm.Higham08.html
/usr/lib64/R/library/expm/help/expm.html
/usr/lib64/R/library/expm/help/expm.rdb
/usr/lib64/R/library/expm/help/expm.rdx
/usr/lib64/R/library/expm/help/expmCond.html
/usr/lib64/R/library/expm/help/expmFrechet.html
/usr/lib64/R/library/expm/help/expmv.html
/usr/lib64/R/library/expm/help/logm.html
/usr/lib64/R/library/expm/help/matStig.html
/usr/lib64/R/library/expm/help/matpow.html
/usr/lib64/R/library/expm/help/mexp.html
/usr/lib64/R/library/expm/help/paths.rds
/usr/lib64/R/library/expm/help/sqrtm.html
/usr/lib64/R/library/expm/html
/usr/lib64/R/library/expm/html/00Index.html
/usr/lib64/R/library/expm/html/R.css
/usr/lib64/R/library/expm/html/balance.html
/usr/lib64/R/library/expm/html/expAtv.html
/usr/lib64/R/library/expm/html/expm.Higham08.html
/usr/lib64/R/library/expm/html/expm.html
/usr/lib64/R/library/expm/html/expmCond.html
/usr/lib64/R/library/expm/html/expmFrechet.html
/usr/lib64/R/library/expm/html/logm.html
/usr/lib64/R/library/expm/html/matStig.html
/usr/lib64/R/library/expm/html/matpow.html
/usr/lib64/R/library/expm/html/sqrtm.html
/usr/lib64/R/library/expm/libs/expm.so
/usr/lib64/R/library/expm/po
/usr/lib64/R/library/expm/po/en@quot
/usr/lib64/R/library/expm/po/en@quot/LC_MESSAGES
/usr/lib64/R/library/expm/po/en@quot/LC_MESSAGES/R-expm.mo
/usr/lib64/R/library/expm/po/en@quot/LC_MESSAGES/expm.mo
/usr/lib64/R/library/expm/po/fr
/usr/lib64/R/library/expm/po/fr/LC_MESSAGES
/usr/lib64/R/library/expm/po/fr/LC_MESSAGES/expm.mo
/usr/lib64/R/library/expm/po/fr/LC_MESSAGES/fr.mo
/usr/lib64/R/library/expm/test-tools.R

References

Summary

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