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

Last updated: January 11,2025

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

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

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

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

Please follow the guidance below to uninstall R-R.devices.noarch on Fedora 38:

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

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

Last metadata expiration check: 3:55:31 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : R-R.devices
Version : 2.17.1
Release : 3.fc38
Architecture : noarch
Size : 433 k
Source : R-R.devices-2.17.1-3.fc38.src.rpm
Repository : updates
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.