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

Last updated: November 08,2024

1. Install "python312-Transplant" package

Please follow the instructions below to install python312-Transplant on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python312-Transplant

2. Uninstall "python312-Transplant" package

This guide let you learn how to uninstall python312-Transplant on openSuSE Tumbleweed:

$ sudo zypper remove python312-Transplant

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

Information for package python312-Transplant:
---------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-Transplant
Version : 0.8.11-3.10
Arch : noarch
Vendor : openSUSE
Installed Size : 199.5 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.