How to Install and Uninstall R-lobstr.x86_64 Package on Fedora 35

Last updated: November 24,2024

1. Install "R-lobstr.x86_64" package

This tutorial shows how to install R-lobstr.x86_64 on Fedora 35

$ sudo dnf update $ sudo dnf install R-lobstr.x86_64

2. Uninstall "R-lobstr.x86_64" package

This guide covers the steps necessary to uninstall R-lobstr.x86_64 on Fedora 35:

$ sudo dnf remove R-lobstr.x86_64 $ sudo dnf autoremove

3. Information about the R-lobstr.x86_64 package on Fedora 35

Last metadata expiration check: 2:51:12 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : R-lobstr
Version : 1.1.1
Release : 4.fc35
Architecture : x86_64
Size : 142 k
Source : R-lobstr-1.1.1-4.fc35.src.rpm
Repository : fedora
Summary : Visualize R Data Structures with Trees
URL : https://CRAN.R-project.org/package=lobstr
License : GPLv3
Description : 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.