How To Install R-Bessel on Fedora 36

In this tutorial we learn how to install R-Bessel in Fedora 36. R-Bessel is Computations and Approximations for Bessel Functions

Introduction

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

What is R-Bessel

Computations for Bessel function for complex, real and partly ‘mpfr’ (arbitrary precision) numbers; notably interfacing TOMS 644; approximations for large arguments, experiments, etc.

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

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

sudo dnf -y install R-Bessel

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

sudo yum -y install R-Bessel

How To Uninstall R-Bessel on Fedora 36

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

sudo dnf remove R-Bessel

R-Bessel Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/5e
/usr/lib/.build-id/5e/041f827bfc2e2a727b7a6c763e8a52d2fc2aab
/usr/lib64/R/library/Bessel
/usr/lib64/R/library/Bessel/DESCRIPTION
/usr/lib64/R/library/Bessel/INDEX
/usr/lib64/R/library/Bessel/Meta
/usr/lib64/R/library/Bessel/Meta/Rd.rds
/usr/lib64/R/library/Bessel/Meta/features.rds
/usr/lib64/R/library/Bessel/Meta/hsearch.rds
/usr/lib64/R/library/Bessel/Meta/links.rds
/usr/lib64/R/library/Bessel/Meta/nsInfo.rds
/usr/lib64/R/library/Bessel/Meta/package.rds
/usr/lib64/R/library/Bessel/Meta/vignette.rds
/usr/lib64/R/library/Bessel/NAMESPACE
/usr/lib64/R/library/Bessel/NEWS.Rd
/usr/lib64/R/library/Bessel/R
/usr/lib64/R/library/Bessel/R/Bessel
/usr/lib64/R/library/Bessel/R/Bessel.rdb
/usr/lib64/R/library/Bessel/R/Bessel.rdx
/usr/lib64/R/library/Bessel/doc
/usr/lib64/R/library/Bessel/doc/index.html
/usr/lib64/R/library/Bessel/doc/other-Bessels.R
/usr/lib64/R/library/Bessel/doc/other-Bessels.Rnw
/usr/lib64/R/library/Bessel/doc/other-Bessels.pdf
/usr/lib64/R/library/Bessel/help
/usr/lib64/R/library/Bessel/help/Airy.html
/usr/lib64/R/library/Bessel/help/AiryA.html
/usr/lib64/R/library/Bessel/help/AiryB.html
/usr/lib64/R/library/Bessel/help/AnIndex
/usr/lib64/R/library/Bessel/help/Bessel.html
/usr/lib64/R/library/Bessel/help/Bessel.rdb
/usr/lib64/R/library/Bessel/help/Bessel.rdx
/usr/lib64/R/library/Bessel/help/BesselH.html
/usr/lib64/R/library/Bessel/help/BesselI.html
/usr/lib64/R/library/Bessel/help/BesselJ.html
/usr/lib64/R/library/Bessel/help/BesselK.html
/usr/lib64/R/library/Bessel/help/BesselY.html
/usr/lib64/R/library/Bessel/help/Hankel.html
/usr/lib64/R/library/Bessel/help/aliases.rds
/usr/lib64/R/library/Bessel/help/bI.html
/usr/lib64/R/library/Bessel/help/besselI.ftrms.html
/usr/lib64/R/library/Bessel/help/besselI.nuAsym.html
/usr/lib64/R/library/Bessel/help/besselIasym.html
/usr/lib64/R/library/Bessel/help/besselIs.html
/usr/lib64/R/library/Bessel/help/besselJs.html
/usr/lib64/R/library/Bessel/help/besselK.nuAsym.html
/usr/lib64/R/library/Bessel/help/besselKasym.html
/usr/lib64/R/library/Bessel/help/paths.rds
/usr/lib64/R/library/Bessel/html
/usr/lib64/R/library/Bessel/html/00Index.html
/usr/lib64/R/library/Bessel/html/Airy.html
/usr/lib64/R/library/Bessel/html/Bessel.html
/usr/lib64/R/library/Bessel/html/Hankel.html
/usr/lib64/R/library/Bessel/html/R.css
/usr/lib64/R/library/Bessel/html/besselI.nuAsym.html
/usr/lib64/R/library/Bessel/html/besselIasym.html
/usr/lib64/R/library/Bessel/html/besselIs.html
/usr/lib64/R/library/Bessel/html/besselJs.html
/usr/lib64/R/library/Bessel/libs
/usr/lib64/R/library/Bessel/libs/Bessel.so

References

Summary

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