How to Install and Uninstall python3-rpy.x86_64 Package on Fedora 39

Last updated: January 12,2025

1. Install "python3-rpy.x86_64" package

Please follow the guidelines below to install python3-rpy.x86_64 on Fedora 39

$ sudo dnf update $ sudo dnf install python3-rpy.x86_64

2. Uninstall "python3-rpy.x86_64" package

This guide covers the steps necessary to uninstall python3-rpy.x86_64 on Fedora 39:

$ sudo dnf remove python3-rpy.x86_64 $ sudo dnf autoremove

3. Information about the python3-rpy.x86_64 package on Fedora 39

Last metadata expiration check: 3:18:34 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : python3-rpy
Version : 3.5.15
Release : 1.fc39
Architecture : x86_64
Size : 653 k
Source : rpy-3.5.15-1.fc39.src.rpm
Repository : updates
Summary : Python interface to the R language
URL : https://pypi.python.org/pypi/rpy2
License : GPL-2.0-or-later
Description : RPy provides a robust Python interface to the R
: programming language. It can manage all kinds of R objects and can
: execute arbitrary R functions. All the errors from the R language are
: converted to Python exceptions.