How To Install R-evaluate on Fedora 36

In this tutorial we learn how to install R-evaluate in Fedora 36. R-evaluate is Parsing and Evaluation Tools that Provide More Details than the Default

Introduction

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

What is R-evaluate

Parsing and evaluation tools that make it easy to recreate the command line behaviour of R.

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

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

sudo dnf -y install R-evaluate

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

sudo yum -y install R-evaluate

How To Uninstall R-evaluate on Fedora 36

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

sudo dnf remove R-evaluate

R-evaluate Package Contents on Fedora 36

/usr/share/R/library/evaluate
/usr/share/R/library/evaluate/DESCRIPTION
/usr/share/R/library/evaluate/INDEX
/usr/share/R/library/evaluate/LICENSE
/usr/share/R/library/evaluate/Meta
/usr/share/R/library/evaluate/Meta/Rd.rds
/usr/share/R/library/evaluate/Meta/features.rds
/usr/share/R/library/evaluate/Meta/hsearch.rds
/usr/share/R/library/evaluate/Meta/links.rds
/usr/share/R/library/evaluate/Meta/nsInfo.rds
/usr/share/R/library/evaluate/Meta/package.rds
/usr/share/R/library/evaluate/NAMESPACE
/usr/share/R/library/evaluate/NEWS.md
/usr/share/R/library/evaluate/R
/usr/share/R/library/evaluate/R/evaluate
/usr/share/R/library/evaluate/R/evaluate.rdb
/usr/share/R/library/evaluate/R/evaluate.rdx
/usr/share/R/library/evaluate/help
/usr/share/R/library/evaluate/help/AnIndex
/usr/share/R/library/evaluate/help/aliases.rds
/usr/share/R/library/evaluate/help/create_traceback.html
/usr/share/R/library/evaluate/help/evaluate.html
/usr/share/R/library/evaluate/help/evaluate.rdb
/usr/share/R/library/evaluate/help/evaluate.rdx
/usr/share/R/library/evaluate/help/flush_console.html
/usr/share/R/library/evaluate/help/inject_funs.html
/usr/share/R/library/evaluate/help/is.error.html
/usr/share/R/library/evaluate/help/is.message.html
/usr/share/R/library/evaluate/help/is.recordedplot.html
/usr/share/R/library/evaluate/help/is.source.html
/usr/share/R/library/evaluate/help/is.value.html
/usr/share/R/library/evaluate/help/is.warning.html
/usr/share/R/library/evaluate/help/line_prompt.html
/usr/share/R/library/evaluate/help/new_output_handler.html
/usr/share/R/library/evaluate/help/output_handler.html
/usr/share/R/library/evaluate/help/parse_all.html
/usr/share/R/library/evaluate/help/paths.rds
/usr/share/R/library/evaluate/help/remove_hooks.html
/usr/share/R/library/evaluate/help/replay.html
/usr/share/R/library/evaluate/help/set_hooks.html
/usr/share/R/library/evaluate/help/try_capture_stack.html
/usr/share/R/library/evaluate/help/watchout.html
/usr/share/R/library/evaluate/html
/usr/share/R/library/evaluate/html/00Index.html
/usr/share/R/library/evaluate/html/R.css
/usr/share/R/library/evaluate/html/create_traceback.html
/usr/share/R/library/evaluate/html/evaluate.html
/usr/share/R/library/evaluate/html/flush_console.html
/usr/share/R/library/evaluate/html/inject_funs.html
/usr/share/R/library/evaluate/html/is.message.html
/usr/share/R/library/evaluate/html/line_prompt.html
/usr/share/R/library/evaluate/html/new_output_handler.html
/usr/share/R/library/evaluate/html/parse_all.html
/usr/share/R/library/evaluate/html/remove_hooks.html
/usr/share/R/library/evaluate/html/replay.html
/usr/share/R/library/evaluate/html/set_hooks.html
/usr/share/R/library/evaluate/html/try_capture_stack.html
/usr/share/R/library/evaluate/html/watchout.html

References

Summary

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