How To Install R-bench on Fedora 36
Introduction
In this tutorial we learn how to install R-bench
on Fedora 36.
What is R-bench
Tools to accurately benchmark and analyze execution times for R expressions.
We can use yum
or dnf
to install R-bench
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install R-bench.
Install R-bench 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-bench
using dnf
by running the following command:
sudo dnf -y install R-bench
Install R-bench 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-bench
using yum
by running the following command:
sudo yum -y install R-bench
How To Uninstall R-bench on Fedora 36
To uninstall only the R-bench
package we can use the following command:
sudo dnf remove R-bench
R-bench Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/a7
/usr/lib/.build-id/a7/531d901d5810e4d88a6439a73f9536f1a4db16
/usr/lib64/R/library/bench
/usr/lib64/R/library/bench/DESCRIPTION
/usr/lib64/R/library/bench/INDEX
/usr/lib64/R/library/bench/Meta
/usr/lib64/R/library/bench/Meta/Rd.rds
/usr/lib64/R/library/bench/Meta/features.rds
/usr/lib64/R/library/bench/Meta/hsearch.rds
/usr/lib64/R/library/bench/Meta/links.rds
/usr/lib64/R/library/bench/Meta/nsInfo.rds
/usr/lib64/R/library/bench/Meta/package.rds
/usr/lib64/R/library/bench/NAMESPACE
/usr/lib64/R/library/bench/NEWS.md
/usr/lib64/R/library/bench/R
/usr/lib64/R/library/bench/R/bench
/usr/lib64/R/library/bench/R/bench.rdb
/usr/lib64/R/library/bench/R/bench.rdx
/usr/lib64/R/library/bench/examples
/usr/lib64/R/library/bench/examples/exprs.R
/usr/lib64/R/library/bench/help
/usr/lib64/R/library/bench/help/AnIndex
/usr/lib64/R/library/bench/help/aliases.rds
/usr/lib64/R/library/bench/help/as_bench_bytes.html
/usr/lib64/R/library/bench/help/as_bench_mark.html
/usr/lib64/R/library/bench/help/as_bench_time.html
/usr/lib64/R/library/bench/help/autoplot.bench_mark.html
/usr/lib64/R/library/bench/help/bench-package.html
/usr/lib64/R/library/bench/help/bench.html
/usr/lib64/R/library/bench/help/bench.rdb
/usr/lib64/R/library/bench/help/bench.rdx
/usr/lib64/R/library/bench/help/bench_bytes.html
/usr/lib64/R/library/bench/help/bench_bytes_trans.html
/usr/lib64/R/library/bench/help/bench_mark.html
/usr/lib64/R/library/bench/help/bench_memory.html
/usr/lib64/R/library/bench/help/bench_process_memory.html
/usr/lib64/R/library/bench/help/bench_time.html
/usr/lib64/R/library/bench/help/bench_time_trans.html
/usr/lib64/R/library/bench/help/figures
/usr/lib64/R/library/bench/help/figures/README-autoplot-1.png
/usr/lib64/R/library/bench/help/figures/README-custom-plot-1.png
/usr/lib64/R/library/bench/help/figures/README-pressure-1.png
/usr/lib64/R/library/bench/help/hires_time.html
/usr/lib64/R/library/bench/help/knit_print.bench_mark.html
/usr/lib64/R/library/bench/help/mark.html
/usr/lib64/R/library/bench/help/paths.rds
/usr/lib64/R/library/bench/help/plot.bench_mark.html
/usr/lib64/R/library/bench/help/press.html
/usr/lib64/R/library/bench/help/scale_bench_expr.html
/usr/lib64/R/library/bench/help/scale_bench_time.html
/usr/lib64/R/library/bench/help/scale_color_bench_expr.html
/usr/lib64/R/library/bench/help/scale_colour_bench_expr.html
/usr/lib64/R/library/bench/help/scale_x_bench_bytes.html
/usr/lib64/R/library/bench/help/scale_x_bench_expr.html
/usr/lib64/R/library/bench/help/scale_x_bench_time.html
/usr/lib64/R/library/bench/help/scale_y_bench_bytes.html
/usr/lib64/R/library/bench/help/scale_y_bench_expr.html
/usr/lib64/R/library/bench/help/scale_y_bench_time.html
/usr/lib64/R/library/bench/help/summary.bench_mark.html
/usr/lib64/R/library/bench/help/system_time.html
/usr/lib64/R/library/bench/help/workout.html
/usr/lib64/R/library/bench/help/workout_expressions.html
/usr/lib64/R/library/bench/html
/usr/lib64/R/library/bench/html/00Index.html
/usr/lib64/R/library/bench/html/R.css
/usr/lib64/R/library/bench/html/as_bench_mark.html
/usr/lib64/R/library/bench/html/as_bench_time.html
/usr/lib64/R/library/bench/html/autoplot.bench_mark.html
/usr/lib64/R/library/bench/html/bench-package.html
/usr/lib64/R/library/bench/html/bench_bytes.html
/usr/lib64/R/library/bench/html/bench_bytes_trans.html
/usr/lib64/R/library/bench/html/bench_memory.html
/usr/lib64/R/library/bench/html/bench_process_memory.html
/usr/lib64/R/library/bench/html/bench_time.html
/usr/lib64/R/library/bench/html/bench_time_trans.html
/usr/lib64/R/library/bench/html/hires_time.html
/usr/lib64/R/library/bench/html/knit_print.bench_mark.html
/usr/lib64/R/library/bench/html/mark.html
/usr/lib64/R/library/bench/html/press.html
/usr/lib64/R/library/bench/html/scale_bench_expr.html
/usr/lib64/R/library/bench/html/scale_bench_time.html
/usr/lib64/R/library/bench/html/summary.bench_mark.html
/usr/lib64/R/library/bench/html/workout.html
/usr/lib64/R/library/bench/libs
/usr/lib64/R/library/bench/libs/bench.so
References
Summary
In this tutorial we learn how to install R-bench
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).