How To Install R-FMStable on Fedora 36

In this tutorial we learn how to install R-FMStable in Fedora 36. R-FMStable is Finite Moment Stable Distributions

Introduction

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

What is R-FMStable

This package implements some basic procedures for dealing with log maximally skew stable distributions, which are also called finite moment log stable distributions.

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

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

sudo dnf -y install R-FMStable

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

sudo yum -y install R-FMStable

How To Uninstall R-FMStable on Fedora 36

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

sudo dnf remove R-FMStable

R-FMStable Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/78
/usr/lib/.build-id/78/4e5e9346f5ddee14f0767c01bc1ff9b32ba6de
/usr/lib64/R/library/FMStable
/usr/lib64/R/library/FMStable/DESCRIPTION
/usr/lib64/R/library/FMStable/INDEX
/usr/lib64/R/library/FMStable/Meta
/usr/lib64/R/library/FMStable/Meta/Rd.rds
/usr/lib64/R/library/FMStable/Meta/features.rds
/usr/lib64/R/library/FMStable/Meta/hsearch.rds
/usr/lib64/R/library/FMStable/Meta/links.rds
/usr/lib64/R/library/FMStable/Meta/nsInfo.rds
/usr/lib64/R/library/FMStable/Meta/package.rds
/usr/lib64/R/library/FMStable/NAMESPACE
/usr/lib64/R/library/FMStable/R
/usr/lib64/R/library/FMStable/R/FMStable
/usr/lib64/R/library/FMStable/R/FMStable.rdb
/usr/lib64/R/library/FMStable/R/FMStable.rdx
/usr/lib64/R/library/FMStable/doc
/usr/lib64/R/library/FMStable/doc/paper5.pdf
/usr/lib64/R/library/FMStable/help
/usr/lib64/R/library/FMStable/help/AnIndex
/usr/lib64/R/library/FMStable/help/BSOptionValue.html
/usr/lib64/R/library/FMStable/help/Estable.html
/usr/lib64/R/library/FMStable/help/FMStable.rdb
/usr/lib64/R/library/FMStable/help/FMStable.rdx
/usr/lib64/R/library/FMStable/help/FMstable.html
/usr/lib64/R/library/FMStable/help/Gstable.html
/usr/lib64/R/library/FMStable/help/ImpliedVol.html
/usr/lib64/R/library/FMStable/help/aliases.rds
/usr/lib64/R/library/FMStable/help/callFMstable.html
/usr/lib64/R/library/FMStable/help/dEstable.html
/usr/lib64/R/library/FMStable/help/dFMstable.html
/usr/lib64/R/library/FMStable/help/fitGivenQuantile.html
/usr/lib64/R/library/FMStable/help/iidcombine.html
/usr/lib64/R/library/FMStable/help/impliedVolatility.html
/usr/lib64/R/library/FMStable/help/lnorm.param.html
/usr/lib64/R/library/FMStable/help/matchQuartiles.html
/usr/lib64/R/library/FMStable/help/moments.html
/usr/lib64/R/library/FMStable/help/optionValues.html
/usr/lib64/R/library/FMStable/help/optionsFMstable.html
/usr/lib64/R/library/FMStable/help/pEstable.html
/usr/lib64/R/library/FMStable/help/pFMstable.alpha0.html
/usr/lib64/R/library/FMStable/help/pFMstable.html
/usr/lib64/R/library/FMStable/help/paths.rds
/usr/lib64/R/library/FMStable/help/print.stableParameters.html
/usr/lib64/R/library/FMStable/help/putFMstable.html
/usr/lib64/R/library/FMStable/help/qEstable.html
/usr/lib64/R/library/FMStable/help/qFMstable.html
/usr/lib64/R/library/FMStable/help/setMomentsFMstable.html
/usr/lib64/R/library/FMStable/help/setParam.html
/usr/lib64/R/library/FMStable/help/stable.html
/usr/lib64/R/library/FMStable/help/stableParameters.html
/usr/lib64/R/library/FMStable/help/tailsEstable.html
/usr/lib64/R/library/FMStable/help/tailsFMstable.html
/usr/lib64/R/library/FMStable/help/tailsGstable.html
/usr/lib64/R/library/FMStable/html
/usr/lib64/R/library/FMStable/html/00Index.html
/usr/lib64/R/library/FMStable/html/Estable.html
/usr/lib64/R/library/FMStable/html/FMstable.html
/usr/lib64/R/library/FMStable/html/Gstable.html
/usr/lib64/R/library/FMStable/html/R.css
/usr/lib64/R/library/FMStable/html/impliedVolatility.html
/usr/lib64/R/library/FMStable/html/moments.html
/usr/lib64/R/library/FMStable/html/optionValues.html
/usr/lib64/R/library/FMStable/html/stableParameters.html
/usr/lib64/R/library/FMStable/libs
/usr/lib64/R/library/FMStable/libs/FMStable.so

References

Summary

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