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

Last updated: May 03,2024

1. Install "python3-rpy.x86_64" package

Learn how to install python3-rpy.x86_64 on Fedora 34

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

2. Uninstall "python3-rpy.x86_64" package

Please follow the steps below to uninstall python3-rpy.x86_64 on Fedora 34:

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

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

Last metadata expiration check: 0:28:42 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : python3-rpy
Version : 3.4.5
Release : 3.fc34
Architecture : x86_64
Size : 435 k
Source : rpy-3.4.5-3.fc34.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.