How to Install and Uninstall python38-rpy2 Package on openSuSE Tumbleweed

Last updated: June 30,2024

1. Install "python38-rpy2" package

Please follow the guidelines below to install python38-rpy2 on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python38-rpy2

2. Uninstall "python38-rpy2" package

This tutorial shows how to uninstall python38-rpy2 on openSuSE Tumbleweed:

$ sudo zypper remove python38-rpy2

3. Information about the python38-rpy2 package on openSuSE Tumbleweed

Information for package python38-rpy2:
--------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-rpy2
Version : 3.4.4-1.4
Arch : noarch
Vendor : openSUSE
Installed Size : 1,9 MiB
Installed : No
Status : not installed
Source package : python-rpy2-3.4.4-1.4.src
Summary : A Python interface to the R Programming Language
Description :
RPy is a Python interface to the R Programming Language. It can
manage all kinds of R objects and can execute arbitrary R functions
(including the graphic functions). All errors from the R language are
converted to Python exceptions. Any module installed for the R system
can be used from Python.
This code is inspired by RSPython from the Omegahat project.