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

Last updated: November 25,2024

1. Install "rpy.x86_64" package

Learn how to install rpy.x86_64 on Fedora 39

$ sudo dnf update $ sudo dnf install rpy.x86_64

2. Uninstall "rpy.x86_64" package

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

$ sudo dnf remove rpy.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 3:05:50 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : rpy
Version : 3.5.15
Release : 1.fc39
Architecture : x86_64
Size : 8.1 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.