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

Last updated: May 19,2024

1. Install "R-globals.noarch" package

Please follow the steps below to install R-globals.noarch on Fedora 34

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

2. Uninstall "R-globals.noarch" package

Here is a brief guide to show you how to uninstall R-globals.noarch on Fedora 34:

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

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

Last metadata expiration check: 2:20:03 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : R-globals
Version : 0.14.0
Release : 2.fc34
Architecture : noarch
Size : 105 k
Source : R-globals-0.14.0-2.fc34.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.