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

Last updated: November 30,2024

1. Install "R-reticulate.x86_64" package

In this section, we are going to explain the necessary steps to install R-reticulate.x86_64 on Fedora 39

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

2. Uninstall "R-reticulate.x86_64" package

Here is a brief guide to show you how to uninstall R-reticulate.x86_64 on Fedora 39:

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

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

Last metadata expiration check: 0:58:47 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : R-reticulate
Version : 1.20
Release : 8.fc39
Architecture : x86_64
Size : 982 k
Source : R-reticulate-1.20-8.fc39.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.