How to Install and Uninstall mayavi Package on openSUSE Leap

Last updated: May 18,2024

1. Install "mayavi" package

This is a short guide on how to install mayavi on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install mayavi

2. Uninstall "mayavi" package

Here is a brief guide to show you how to uninstall mayavi on openSUSE Leap:

$ sudo zypper remove mayavi

3. Information about the mayavi package on openSUSE Leap

Information for package mayavi:
-------------------------------
Repository : Main Repository
Name : mayavi
Version : 4.7.4-bp155.2.43
Arch : x86_64
Vendor : openSUSE
Installed Size : 17.3 MiB
Installed : No
Status : not installed
Source package : mayavi-4.7.4-bp155.2.43.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).