How to Install and Uninstall python311-Transplant Package on openSuSE Tumbleweed

Last updated: February 15,2025

1. Install "python311-Transplant" package

Please follow the step by step instructions below to install python311-Transplant on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python311-Transplant

2. Uninstall "python311-Transplant" package

Please follow the step by step instructions below to uninstall python311-Transplant on openSuSE Tumbleweed:

$ sudo zypper remove python311-Transplant

3. Information about the python311-Transplant package on openSuSE Tumbleweed

Information for package python311-Transplant:
---------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-Transplant
Version : 0.8.11-3.10
Arch : noarch
Vendor : openSUSE
Installed Size : 206.8 KiB
Installed : No
Status : not installed
Source package : python-Transplant-0.8.11-3.10.src
Upstream URL : https://github.com/bastibe/transplant
Summary : Python module for calling out to Matlab
Description :
Transplant is a way of calling Matlab from Python.
Python lists are converted to cell arrays in Matlab, dicts are
converted to Maps, and numpy ND-Arrays are converted to native
Matlab matrices.
All Matlab functions and objects can be accessed from Python.