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

Last updated: October 05,2024

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

Please follow the step by step instructions below to install R-R.devices.noarch on Fedora 34

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

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

Here is a brief guide to show you how to uninstall R-R.devices.noarch on Fedora 34:

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

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

Last metadata expiration check: 1:34:17 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : R-R.devices
Version : 2.17.0
Release : 1.fc34
Architecture : noarch
Size : 388 k
Source : R-R.devices-2.17.0-1.fc34.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.