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

Last updated: October 06,2024

1. Install "R-reticulate.x86_64" package

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

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

2. Uninstall "R-reticulate.x86_64" package

Please follow the step by step instructions below to uninstall R-reticulate.x86_64 on Fedora 34:

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

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

Last metadata expiration check: 2:30:44 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : R-reticulate
Version : 1.20
Release : 2.fc34
Architecture : x86_64
Size : 922 k
Source : R-reticulate-1.20-2.fc34.src.rpm
Repository : updates
Summary : R Interface to 'Python'
URL : https://CRAN.R-project.org/package=reticulate
License : ASL 2.0
Description : Interface to Python modules, classes, and functions. When calling into Python,
: R data types are automatically converted to their equivalent Python types. When
: values are returned from Python to R they are converted back to R types.