How to Install and Uninstall R-globals.noarch Package on Fedora 36

Last updated: January 16,2025

1. Install "R-globals.noarch" package

Please follow the guidance below to install R-globals.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install R-globals.noarch

2. Uninstall "R-globals.noarch" package

This guide let you learn how to uninstall R-globals.noarch on Fedora 36:

$ sudo dnf remove R-globals.noarch $ sudo dnf autoremove

3. Information about the R-globals.noarch package on Fedora 36

Last metadata expiration check: 4:39:09 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : R-globals
Version : 0.14.0
Release : 5.fc36
Architecture : noarch
Size : 107 k
Source : R-globals-0.14.0-5.fc36.src.rpm
Repository : fedora
Summary : Identify Global Objects in R Expressions
URL : https://CRAN.R-project.org/package=globals
License : LGPLv2+
Description : Identifies global ("unknown" or "free") objects in R expressions by code
: inspection using various strategies (ordered, liberal, or conservative). The
: objective of this package is to make it as simple as possible to identify
: global objects for the purpose of exporting them in parallel, distributed
: compute environments.