How to Install and Uninstall python3-rpy2 Package on openSUSE Leap

Last updated: April 28,2024

1. Install "python3-rpy2" package

This guide covers the steps necessary to install python3-rpy2 on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-rpy2

2. Uninstall "python3-rpy2" package

In this section, we are going to explain the necessary steps to uninstall python3-rpy2 on openSUSE Leap:

$ sudo zypper remove python3-rpy2

3. Information about the python3-rpy2 package on openSUSE Leap

Information for package python3-rpy2:
-------------------------------------
Repository : Main Repository
Name : python3-rpy2
Version : 3.2.6-bp155.2.12
Arch : noarch
Vendor : openSUSE
Installed Size : 1.7 MiB
Installed : No
Status : not installed
Source package : python-rpy2-3.2.6-bp155.2.12.src
Upstream URL : https://bitbucket.org/rpy2/rpy2
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.