How to Install and Uninstall mayavi Package on openSuSE Tumbleweed

Last updated: May 18,2024

1. Install "mayavi" package

This is a short guide on how to install mayavi on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install mayavi

2. Uninstall "mayavi" package

This is a short guide on how to uninstall mayavi on openSuSE Tumbleweed:

$ sudo zypper remove mayavi

3. Information about the mayavi package on openSuSE Tumbleweed

Information for package mayavi:
-------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : mayavi
Version : 4.8.1-3.2
Arch : x86_64
Vendor : openSUSE
Installed Size : 24.3 MiB
Installed : No
Status : not installed
Source package : mayavi-4.8.1-3.2.src
Upstream URL : https://github.com/enthought/mayavi
Summary : 3D visualization of scientific data in Python
Description :
Mayavi provides interactive visualization of 3-D data. It offers:
* An (optional) user interface with dialogs to interact with
all data and objects in the visualization.
* A scripting interface in Python, including
one-liners, or an object-oriented programming interface. Mayavi
integrates with numpy and scipy for 3D plotting and can
be used in IPython interactively, similarly to Matplotlib.
* Use of the the VTK toolkit.
Additionally, Mayavi is a reusable tool that can be embedded in
applications in different ways or be combined with the Envisage
application-building framework to assemble domain-specific tools.
It is part of the Enthought Tool Suite (ETS).