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

Last updated: October 07,2024

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

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

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

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

This is a short guide on how to uninstall R-R.devices.noarch on Fedora 36:

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

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

Last metadata expiration check: 0:47:47 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : R-R.devices
Version : 2.17.0
Release : 4.fc36
Architecture : noarch
Size : 406 k
Source : R-R.devices-2.17.0-4.fc36.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.