How to Install and Uninstall R-sys.x86_64 Package on Fedora 34

Last updated: October 05,2024

1. Install "R-sys.x86_64" package

This is a short guide on how to install R-sys.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install R-sys.x86_64

2. Uninstall "R-sys.x86_64" package

This tutorial shows how to uninstall R-sys.x86_64 on Fedora 34:

$ sudo dnf remove R-sys.x86_64 $ sudo dnf autoremove

3. Information about the R-sys.x86_64 package on Fedora 34

Last metadata expiration check: 4:55:26 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : R-sys
Version : 3.4
Release : 2.fc34
Architecture : x86_64
Size : 54 k
Source : R-sys-3.4-2.fc34.src.rpm
Repository : updates
Summary : Powerful and Reliable Tools for Running System Commands in R
URL : https://CRAN.R-project.org/package=sys
License : MIT
Description : Drop-in replacements for the base system2() function with fine control and
: consistent behavior across platforms. Supports clean interruption, timeout,
: background tasks, and streaming STDIN / STDOUT / STDERR over binary or text
: connections. Arguments on Windows automatically get encoded and quoted to work
: on different locales.