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

Last updated: November 23,2024

1. Install "python3-Transplant" package

Please follow the guidelines below to install python3-Transplant on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-Transplant

2. Uninstall "python3-Transplant" package

This guide let you learn how to uninstall python3-Transplant on openSUSE Leap:

$ sudo zypper remove python3-Transplant

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

Information for package python3-Transplant:
-------------------------------------------
Repository : Main Repository
Name : python3-Transplant
Version : 0.8.10-bp155.2.13
Arch : noarch
Vendor : openSUSE
Installed Size : 210.6 KiB
Installed : No
Status : not installed
Source package : python-Transplant-0.8.10-bp155.2.13.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.