How to Install and Uninstall R-R.devices.noarch Package on Fedora 35

Last updated: September 23,2024

1. Install "R-R.devices.noarch" package

This is a short guide on how to install R-R.devices.noarch on Fedora 35

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

2. Uninstall "R-R.devices.noarch" package

Please follow the instructions below to uninstall R-R.devices.noarch on Fedora 35:

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

3. Information about the R-R.devices.noarch package on Fedora 35

Last metadata expiration check: 5:28:18 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : R-R.devices
Version : 2.17.0
Release : 3.fc35
Architecture : noarch
Size : 404 k
Source : R-R.devices-2.17.0-3.fc35.src.rpm
Repository : fedora
Summary : Unified Handling of Graphics Devices
URL : https://CRAN.R-project.org/package=R.devices
License : LGPLv2+
Description : Functions for creating plots and image files in a unified way regardless of
: output format (EPS, PDF, PNG, SVG, TIFF, WMF, etc.). Default device options
: as well as scales and aspect ratios are controlled in a uniform way across
: all device types. Switching output format requires minimal changes in code.
: This package is ideal for large-scale batch processing, because it will
: never leave open graphics devices or incomplete image files behind, even on
: errors or user interrupts.