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

Last updated: March 03,2025

1. Install "python3-rpy.x86_64" package

This tutorial shows how to install python3-rpy.x86_64 on Fedora 35

$ 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 35:

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

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

Last metadata expiration check: 5:43:07 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : python3-rpy
Version : 3.4.5
Release : 8.fc35
Architecture : x86_64
Size : 442 k
Source : rpy-3.4.5-8.fc35.src.rpm
Repository : updates
Summary : Python interface to the R language
URL : https://pypi.python.org/pypi/rpy2
License : GPLv2+
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.