How To Install R-microbenchmark on Fedora 36

In this tutorial we learn how to install R-microbenchmark in Fedora 36. R-microbenchmark is Accurate Timing Functions

Introduction

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

What is R-microbenchmark

Provides infrastructure to accurately measure and compare the execution time of R expressions.

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

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

sudo dnf -y install R-microbenchmark

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

sudo yum -y install R-microbenchmark

How To Uninstall R-microbenchmark on Fedora 36

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

sudo dnf remove R-microbenchmark

R-microbenchmark Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/e9
/usr/lib/.build-id/e9/3ffec9c2caa6e8f54932ecadb63a838f00b47a
/usr/lib64/R/library/microbenchmark
/usr/lib64/R/library/microbenchmark/DESCRIPTION
/usr/lib64/R/library/microbenchmark/INDEX
/usr/lib64/R/library/microbenchmark/LICENSE
/usr/lib64/R/library/microbenchmark/Meta
/usr/lib64/R/library/microbenchmark/Meta/Rd.rds
/usr/lib64/R/library/microbenchmark/Meta/features.rds
/usr/lib64/R/library/microbenchmark/Meta/hsearch.rds
/usr/lib64/R/library/microbenchmark/Meta/links.rds
/usr/lib64/R/library/microbenchmark/Meta/nsInfo.rds
/usr/lib64/R/library/microbenchmark/Meta/package.rds
/usr/lib64/R/library/microbenchmark/NAMESPACE
/usr/lib64/R/library/microbenchmark/R
/usr/lib64/R/library/microbenchmark/R/microbenchmark
/usr/lib64/R/library/microbenchmark/R/microbenchmark.rdb
/usr/lib64/R/library/microbenchmark/R/microbenchmark.rdx
/usr/lib64/R/library/microbenchmark/help
/usr/lib64/R/library/microbenchmark/help/AnIndex
/usr/lib64/R/library/microbenchmark/help/aliases.rds
/usr/lib64/R/library/microbenchmark/help/autoplot.microbenchmark.html
/usr/lib64/R/library/microbenchmark/help/boxplot.microbenchmark.html
/usr/lib64/R/library/microbenchmark/help/coalesce.html
/usr/lib64/R/library/microbenchmark/help/convert_to_unit.html
/usr/lib64/R/library/microbenchmark/help/find_prefix.html
/usr/lib64/R/library/microbenchmark/help/get_nanotime.html
/usr/lib64/R/library/microbenchmark/help/microbenchmark.html
/usr/lib64/R/library/microbenchmark/help/microbenchmark.rdb
/usr/lib64/R/library/microbenchmark/help/microbenchmark.rdx
/usr/lib64/R/library/microbenchmark/help/microtiming_precision.html
/usr/lib64/R/library/microbenchmark/help/paths.rds
/usr/lib64/R/library/microbenchmark/help/print.microbenchmark.html
/usr/lib64/R/library/microbenchmark/help/summary.microbenchmark.html
/usr/lib64/R/library/microbenchmark/html
/usr/lib64/R/library/microbenchmark/html/00Index.html
/usr/lib64/R/library/microbenchmark/html/R.css
/usr/lib64/R/library/microbenchmark/html/autoplot.microbenchmark.html
/usr/lib64/R/library/microbenchmark/html/boxplot.microbenchmark.html
/usr/lib64/R/library/microbenchmark/html/coalesce.html
/usr/lib64/R/library/microbenchmark/html/convert_to_unit.html
/usr/lib64/R/library/microbenchmark/html/find_prefix.html
/usr/lib64/R/library/microbenchmark/html/get_nanotime.html
/usr/lib64/R/library/microbenchmark/html/microbenchmark.html
/usr/lib64/R/library/microbenchmark/html/microtiming_precision.html
/usr/lib64/R/library/microbenchmark/html/print.microbenchmark.html
/usr/lib64/R/library/microbenchmark/html/summary.microbenchmark.html
/usr/lib64/R/library/microbenchmark/libs
/usr/lib64/R/library/microbenchmark/libs/microbenchmark.so
/usr/lib64/R/library/microbenchmark/unitTests
/usr/lib64/R/library/microbenchmark/unitTests/runit_test_regression.R

References

Summary

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