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

Last updated: July 05,2024

1. Install "python310-Transplant" package

Please follow the steps below to install python310-Transplant on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-Transplant

2. Uninstall "python310-Transplant" package

Please follow the steps below to uninstall python310-Transplant on openSuSE Tumbleweed:

$ sudo zypper remove python310-Transplant

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

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