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

Last updated: January 11,2025

1. Install "R-import.noarch" package

Please follow the step by step instructions below to install R-import.noarch on Fedora 36

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

2. Uninstall "R-import.noarch" package

Please follow the steps below to uninstall R-import.noarch on Fedora 36:

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

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

Last metadata expiration check: 3:28:28 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : R-import
Version : 1.2.0
Release : 5.fc36
Architecture : noarch
Size : 65 k
Source : R-import-1.2.0-5.fc36.src.rpm
Repository : fedora
Summary : An Import Mechanism for R
URL : https://CRAN.R-project.org/package=import
License : MIT
Description : Alternative mechanism for importing objects from packages and R modules.
: The syntax allows for importing multiple objects with a single command in
: an expressive way. The import package bridges some of the gap between using
: library (or require) and direct (single-object) imports. Furthermore the
: imported objects are not placed in the current environment.