How to Install and Uninstall mayavi2 Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 17,2024

1. Install "mayavi2" package

In this section, we are going to explain the necessary steps to install mayavi2 on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install mayavi2

2. Uninstall "mayavi2" package

Please follow the guidelines below to uninstall mayavi2 on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove mayavi2 $ sudo apt autoclean && sudo apt autoremove

3. Information about the mayavi2 package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: mayavi2
Priority: optional
Section: universe/science
Installed-Size: 37403
Maintainer: Ubuntu Developers
Original-Maintainer: Python Applications Packaging Team
Architecture: amd64
Version: 4.4.3-2.1
Depends: libc6 (>= 2.4), python-numpy (>= 1:1.10.0~b1), python-numpy-abi9, python (<< 2.8), python (>= 2.7~), python-apptools (>= 4.0.0-1), python-traits, python-traitsui, python:any (>= 2.7.5-5~), python-wxgtk3.0, python-vtk6, python-pkg-resources, python-envisage, libjs-jquery, python-configobj
Suggests: python-scipy, ipython
Filename: pool/universe/m/mayavi2/mayavi2_4.4.3-2.1_amd64.deb
Size: 20493606
MD5sum: ac458ae3f0ce4c40dd4950abe3f0a01c
SHA1: 848b24a72cff839b7842aa1c7de6d51e32341593
SHA256: 74488eda46550942958b2f91786da611d18aadc35700b36d9c1a918472c968c7
Description-en: scientific visualization package for 2-D and 3-D data
MayaVi2 is a cross-platform tool for 2-D and 3-D scientific data
visualization. Its features include:
* Visualization of scalar, vector and tensor data in 2 and 3 dimensions
* Easy scriptability using Python
* Easy extendability via custom sources, modules, and data filters
* Reading several file formats: VTK (legacy and XML), PLOT3D, etc.
* Saving of visualizations
* Saving rendered visualization in a variety of image formats.
.
MayaVi2 has been designed with scriptability and extensibility in
mind. While the mayavi2 application is usable by itself, it may be
used as an Envisage plugin which allows it to be embedded in user
applications natively. Alternatively, it may be used as a
visualization engine for any application.
.
This package also provides TVTK, which wraps VTK objects to provide a
convenient, Pythonic API, while supporting Traits attributes and
NumPy/SciPy arrays. TVTK is implemented mostly in pure Python, except
for a small extension module.
Description-md5: 3e1412fa7c45ad6d8094e81ca78b296b
Homepage: http://code.enthought.com/projects/mayavi/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu