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

Last updated: October 05,2024

1. Install "R-lobstr.x86_64" package

Please follow the steps below to install R-lobstr.x86_64 on Fedora 36

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

2. Uninstall "R-lobstr.x86_64" package

Here is a brief guide to show you how to uninstall R-lobstr.x86_64 on Fedora 36:

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

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

Last metadata expiration check: 3:57:12 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : R-lobstr
Version : 1.1.1
Release : 5.fc36
Architecture : x86_64
Size : 148 k
Source : R-lobstr-1.1.1-5.fc36.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.