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

Last updated: November 07,2024

1. Install "python38-Transplant" package

This is a short guide on how to install python38-Transplant on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python38-Transplant

2. Uninstall "python38-Transplant" package

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

$ sudo zypper remove python38-Transplant

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

Information for package python38-Transplant:
--------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-Transplant
Version : 0.8.11-3.1
Arch : noarch
Vendor : openSUSE
Installed Size : 209,6 KiB
Installed : No
Status : not installed
Source package : python-Transplant-0.8.11-3.1.src
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.