How To Install R-lobstr on Fedora 36

In this tutorial we learn how to install R-lobstr in Fedora 36. R-lobstr is Visualize R Data Structures with Trees

Introduction

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

What is R-lobstr

A set of tools for inspecting and understanding R data structures inspired by str(). Includes ast() for visualizing abstract syntax trees, ref() for showing shared references, cst() for showing call stack trees, and obj_size() for computing object sizes.

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

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

sudo dnf -y install R-lobstr

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

sudo yum -y install R-lobstr

How To Uninstall R-lobstr on Fedora 36

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

sudo dnf remove R-lobstr

R-lobstr Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/e2
/usr/lib/.build-id/e2/7db3c19648f0a95b2f7802a1a1062aaf731342
/usr/lib64/R/library/lobstr
/usr/lib64/R/library/lobstr/DESCRIPTION
/usr/lib64/R/library/lobstr/INDEX
/usr/lib64/R/library/lobstr/Meta
/usr/lib64/R/library/lobstr/Meta/Rd.rds
/usr/lib64/R/library/lobstr/Meta/features.rds
/usr/lib64/R/library/lobstr/Meta/hsearch.rds
/usr/lib64/R/library/lobstr/Meta/links.rds
/usr/lib64/R/library/lobstr/Meta/nsInfo.rds
/usr/lib64/R/library/lobstr/Meta/package.rds
/usr/lib64/R/library/lobstr/NAMESPACE
/usr/lib64/R/library/lobstr/NEWS.md
/usr/lib64/R/library/lobstr/R
/usr/lib64/R/library/lobstr/R/lobstr
/usr/lib64/R/library/lobstr/R/lobstr.rdb
/usr/lib64/R/library/lobstr/R/lobstr.rdx
/usr/lib64/R/library/lobstr/help
/usr/lib64/R/library/lobstr/help/AnIndex
/usr/lib64/R/library/lobstr/help/aliases.rds
/usr/lib64/R/library/lobstr/help/ast.html
/usr/lib64/R/library/lobstr/help/cst.html
/usr/lib64/R/library/lobstr/help/figures
/usr/lib64/R/library/lobstr/help/figures/logo.png
/usr/lib64/R/library/lobstr/help/lobstr.rdb
/usr/lib64/R/library/lobstr/help/lobstr.rdx
/usr/lib64/R/library/lobstr/help/mem_used.html
/usr/lib64/R/library/lobstr/help/obj_addr.html
/usr/lib64/R/library/lobstr/help/obj_addrs.html
/usr/lib64/R/library/lobstr/help/obj_size.html
/usr/lib64/R/library/lobstr/help/obj_sizes.html
/usr/lib64/R/library/lobstr/help/paths.rds
/usr/lib64/R/library/lobstr/help/ref.html
/usr/lib64/R/library/lobstr/help/sxp.html
/usr/lib64/R/library/lobstr/html
/usr/lib64/R/library/lobstr/html/00Index.html
/usr/lib64/R/library/lobstr/html/R.css
/usr/lib64/R/library/lobstr/html/ast.html
/usr/lib64/R/library/lobstr/html/cst.html
/usr/lib64/R/library/lobstr/html/mem_used.html
/usr/lib64/R/library/lobstr/html/obj_addr.html
/usr/lib64/R/library/lobstr/html/obj_size.html
/usr/lib64/R/library/lobstr/html/ref.html
/usr/lib64/R/library/lobstr/html/sxp.html
/usr/lib64/R/library/lobstr/libs
/usr/lib64/R/library/lobstr/libs/lobstr.so

References

Summary

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