How To Install R-profmem on Fedora 36

In this tutorial we learn how to install R-profmem in Fedora 36. R-profmem is Simple Memory Profiling for R

Introduction

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

What is R-profmem

A simple and light-weight API for memory profiling of R expressions. The profiling is built on top of R’s built-in memory profiler (‘utils native code).

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

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

sudo dnf -y install R-profmem

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

sudo yum -y install R-profmem

How To Uninstall R-profmem on Fedora 36

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

sudo dnf remove R-profmem

R-profmem Package Contents on Fedora 36

/usr/share/R/library/profmem
/usr/share/R/library/profmem/DESCRIPTION
/usr/share/R/library/profmem/INDEX
/usr/share/R/library/profmem/Meta
/usr/share/R/library/profmem/Meta/Rd.rds
/usr/share/R/library/profmem/Meta/features.rds
/usr/share/R/library/profmem/Meta/hsearch.rds
/usr/share/R/library/profmem/Meta/links.rds
/usr/share/R/library/profmem/Meta/nsInfo.rds
/usr/share/R/library/profmem/Meta/package.rds
/usr/share/R/library/profmem/Meta/vignette.rds
/usr/share/R/library/profmem/NAMESPACE
/usr/share/R/library/profmem/NEWS
/usr/share/R/library/profmem/R
/usr/share/R/library/profmem/R/profmem
/usr/share/R/library/profmem/R/profmem.rdb
/usr/share/R/library/profmem/R/profmem.rdx
/usr/share/R/library/profmem/WORDLIST
/usr/share/R/library/profmem/doc
/usr/share/R/library/profmem/doc/index.html
/usr/share/R/library/profmem/doc/profmem.html
/usr/share/R/library/profmem/doc/profmem.md.rsp
/usr/share/R/library/profmem/extdata
/usr/share/R/library/profmem/extdata/broken.Rprofmem.out
/usr/share/R/library/profmem/extdata/example.Rprofmem.out
/usr/share/R/library/profmem/help
/usr/share/R/library/profmem/help/AnIndex
/usr/share/R/library/profmem/help/aliases.rds
/usr/share/R/library/profmem/help/paths.rds
/usr/share/R/library/profmem/help/profmem.html
/usr/share/R/library/profmem/help/profmem.rdb
/usr/share/R/library/profmem/help/profmem.rdx
/usr/share/R/library/profmem/help/profmem_begin.html
/usr/share/R/library/profmem/help/profmem_depth.html
/usr/share/R/library/profmem/help/profmem_end.html
/usr/share/R/library/profmem/help/profmem_resume.html
/usr/share/R/library/profmem/help/profmem_status.html
/usr/share/R/library/profmem/help/profmem_suspend.html
/usr/share/R/library/profmem/help/readRprofmem.html
/usr/share/R/library/profmem/help/subset.Rprofmem.html
/usr/share/R/library/profmem/help/total.Rprofmem.html
/usr/share/R/library/profmem/help/total.html
/usr/share/R/library/profmem/html
/usr/share/R/library/profmem/html/00Index.html
/usr/share/R/library/profmem/html/R.css
/usr/share/R/library/profmem/html/profmem.html
/usr/share/R/library/profmem/html/readRprofmem.html
/usr/share/R/library/profmem/html/total.html

References

Summary

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