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

Last updated: October 05,2024

1. Install "R-import.noarch" package

This guide covers the steps necessary to install R-import.noarch on Fedora 34

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

2. Uninstall "R-import.noarch" package

This guide let you learn how to uninstall R-import.noarch on Fedora 34:

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

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

Last metadata expiration check: 4:02:08 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : R-import
Version : 1.2.0
Release : 2.fc34
Architecture : noarch
Size : 65 k
Source : R-import-1.2.0-2.fc34.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.