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

Last updated: October 06,2024

1. Install "R-lobstr.x86_64" package

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

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

2. Uninstall "R-lobstr.x86_64" package

Please follow the instructions below to uninstall R-lobstr.x86_64 on Fedora 34:

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

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

Last metadata expiration check: 1:47:12 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : R-lobstr
Version : 1.1.1
Release : 2.fc34
Architecture : x86_64
Size : 136 k
Source : R-lobstr-1.1.1-2.fc34.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.