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

Last updated: October 06,2024

1. Install "R-reticulate.x86_64" package

Here is a brief guide to show you how to install R-reticulate.x86_64 on Fedora 36

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

2. Uninstall "R-reticulate.x86_64" package

This guide covers the steps necessary to uninstall R-reticulate.x86_64 on Fedora 36:

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

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

Last metadata expiration check: 1:26:00 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : R-reticulate
Version : 1.20
Release : 3.fc36
Architecture : x86_64
Size : 942 k
Source : R-reticulate-1.20-3.fc36.src.rpm
Repository : fedora
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.