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

Last updated: October 11,2024

1. Install "R-import.noarch" package

Please follow the instructions below to install R-import.noarch on Fedora 38

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

2. Uninstall "R-import.noarch" package

This is a short guide on how to uninstall R-import.noarch on Fedora 38:

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

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

Last metadata expiration check: 2:14:08 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : R-import
Version : 1.3.0
Release : 8.fc38
Architecture : noarch
Size : 96 k
Source : R-import-1.3.0-8.fc38.src.rpm
Repository : updates
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.