How To Install R-profvis on Fedora 36

In this tutorial we learn how to install R-profvis in Fedora 36. R-profvis is Interactive Visualizations for Profiling R Code

Introduction

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

What is R-profvis

Interactive visualizations for profiling R code.

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

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

sudo dnf -y install R-profvis

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

sudo yum -y install R-profvis

How To Uninstall R-profvis on Fedora 36

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

sudo dnf remove R-profvis

R-profvis Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/f6
/usr/lib/.build-id/f6/629cd151c4fb17f90e3330d0e78e7633a82e55
/usr/lib64/R/library/profvis
/usr/lib64/R/library/profvis/DESCRIPTION
/usr/lib64/R/library/profvis/INDEX
/usr/lib64/R/library/profvis/LICENSE
/usr/lib64/R/library/profvis/Meta
/usr/lib64/R/library/profvis/Meta/Rd.rds
/usr/lib64/R/library/profvis/Meta/features.rds
/usr/lib64/R/library/profvis/Meta/hsearch.rds
/usr/lib64/R/library/profvis/Meta/links.rds
/usr/lib64/R/library/profvis/Meta/nsInfo.rds
/usr/lib64/R/library/profvis/Meta/package.rds
/usr/lib64/R/library/profvis/NAMESPACE
/usr/lib64/R/library/profvis/NEWS.md
/usr/lib64/R/library/profvis/R
/usr/lib64/R/library/profvis/R/profvis
/usr/lib64/R/library/profvis/R/profvis.rdb
/usr/lib64/R/library/profvis/R/profvis.rdx
/usr/lib64/R/library/profvis/help
/usr/lib64/R/library/profvis/help/AnIndex
/usr/lib64/R/library/profvis/help/aliases.rds
/usr/lib64/R/library/profvis/help/parse_rprof.html
/usr/lib64/R/library/profvis/help/paths.rds
/usr/lib64/R/library/profvis/help/pause.html
/usr/lib64/R/library/profvis/help/print.profvis.html
/usr/lib64/R/library/profvis/help/profvis.html
/usr/lib64/R/library/profvis/help/profvis.rdb
/usr/lib64/R/library/profvis/help/profvis.rdx
/usr/lib64/R/library/profvis/help/profvisOutput.html
/usr/lib64/R/library/profvis/help/profvis_server.html
/usr/lib64/R/library/profvis/help/profvis_ui.html
/usr/lib64/R/library/profvis/help/renderProfvis.html
/usr/lib64/R/library/profvis/html
/usr/lib64/R/library/profvis/html/00Index.html
/usr/lib64/R/library/profvis/html/R.css
/usr/lib64/R/library/profvis/html/parse_rprof.html
/usr/lib64/R/library/profvis/html/pause.html
/usr/lib64/R/library/profvis/html/print.profvis.html
/usr/lib64/R/library/profvis/html/profvis.html
/usr/lib64/R/library/profvis/html/profvisOutput.html
/usr/lib64/R/library/profvis/html/profvis_ui.html
/usr/lib64/R/library/profvis/html/renderProfvis.html
/usr/lib64/R/library/profvis/htmlwidgets
/usr/lib64/R/library/profvis/htmlwidgets/lib
/usr/lib64/R/library/profvis/htmlwidgets/lib/d3
/usr/lib64/R/library/profvis/htmlwidgets/lib/d3/LICENSE
/usr/lib64/R/library/profvis/htmlwidgets/lib/d3/d3.min.js
/usr/lib64/R/library/profvis/htmlwidgets/lib/highlight
/usr/lib64/R/library/profvis/htmlwidgets/lib/highlight/LICENSE
/usr/lib64/R/library/profvis/htmlwidgets/lib/highlight/default.css
/usr/lib64/R/library/profvis/htmlwidgets/lib/highlight/highlight.js
/usr/lib64/R/library/profvis/htmlwidgets/lib/highlight/textmate.css
/usr/lib64/R/library/profvis/htmlwidgets/lib/jquery
/usr/lib64/R/library/profvis/htmlwidgets/lib/jquery/jquery.min.js
/usr/lib64/R/library/profvis/htmlwidgets/lib/profvis
/usr/lib64/R/library/profvis/htmlwidgets/lib/profvis/profvis.css
/usr/lib64/R/library/profvis/htmlwidgets/lib/profvis/profvis.js
/usr/lib64/R/library/profvis/htmlwidgets/lib/profvis/scroll.js
/usr/lib64/R/library/profvis/htmlwidgets/profvis.js
/usr/lib64/R/library/profvis/htmlwidgets/profvis.yaml
/usr/lib64/R/library/profvis/libs
/usr/lib64/R/library/profvis/libs/profvis.so
/usr/lib64/R/library/profvis/shinymodule
/usr/lib64/R/library/profvis/shinymodule/draggable-helper.js

References

Summary

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