How To Install R-debugme on Fedora 36

In this tutorial we learn how to install R-debugme in Fedora 36. R-debugme is Debug R Packages

Introduction

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

What is R-debugme

Specify debug messages as special string constants, and control debugging of packages via environment variables.

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

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

sudo dnf -y install R-debugme

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

sudo yum -y install R-debugme

How To Uninstall R-debugme on Fedora 36

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

sudo dnf remove R-debugme

R-debugme Package Contents on Fedora 36

/usr/share/R/library/debugme
/usr/share/R/library/debugme/DESCRIPTION
/usr/share/R/library/debugme/INDEX
/usr/share/R/library/debugme/LICENSE
/usr/share/R/library/debugme/Meta
/usr/share/R/library/debugme/Meta/Rd.rds
/usr/share/R/library/debugme/Meta/features.rds
/usr/share/R/library/debugme/Meta/hsearch.rds
/usr/share/R/library/debugme/Meta/links.rds
/usr/share/R/library/debugme/Meta/nsInfo.rds
/usr/share/R/library/debugme/Meta/package.rds
/usr/share/R/library/debugme/NAMESPACE
/usr/share/R/library/debugme/NEWS.md
/usr/share/R/library/debugme/R
/usr/share/R/library/debugme/R/debugme
/usr/share/R/library/debugme/R/debugme.rdb
/usr/share/R/library/debugme/R/debugme.rdx
/usr/share/R/library/debugme/README.Rmd
/usr/share/R/library/debugme/help
/usr/share/R/library/debugme/help/AnIndex
/usr/share/R/library/debugme/help/aliases.rds
/usr/share/R/library/debugme/help/debug.html
/usr/share/R/library/debugme/help/debugme-package.html
/usr/share/R/library/debugme/help/debugme.html
/usr/share/R/library/debugme/help/debugme.rdb
/usr/share/R/library/debugme/help/debugme.rdx
/usr/share/R/library/debugme/help/handle_dynamic_code.html
/usr/share/R/library/debugme/help/paths.rds
/usr/share/R/library/debugme/html
/usr/share/R/library/debugme/html/00Index.html
/usr/share/R/library/debugme/html/R.css
/usr/share/R/library/debugme/html/debug.html
/usr/share/R/library/debugme/html/debugme.html
/usr/share/R/library/debugme/html/handle_dynamic_code.html
/usr/share/R/library/debugme/screencast.gif

References

Summary

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