How to Install and Uninstall vtk-examples Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 15,2024

1. Install "vtk-examples" package

This guide let you learn how to install vtk-examples on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install vtk-examples

2. Uninstall "vtk-examples" package

Here is a brief guide to show you how to uninstall vtk-examples on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove vtk-examples $ sudo apt autoclean && sudo apt autoremove

3. Information about the vtk-examples package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: vtk-examples
Priority: optional
Section: universe/graphics
Installed-Size: 2499
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Science Team
Architecture: all
Source: vtk
Version: 5.10.1+dfsg-2.1build1
Suggests: libqt4-dev, libvtk5-dev, python, python-vtk, tcl-vtk, tclsh, vtk-doc
Filename: pool/universe/v/vtk/vtk-examples_5.10.1+dfsg-2.1build1_all.deb
Size: 284322
MD5sum: 3d15fd3b3b7644d54bbe5389fc15cb5f
SHA1: 2a4d673d9f487e0d6784a7a00b5787a6befd0831
SHA256: 7020df212495e865ca820aaf642074384cac9ef6e60908ebcfb090ad303718bc
Description-en: C++, Tcl and Python example programs/scripts for VTK
The Visualization Toolkit (VTK) is an object oriented, high level
library that allows one to easily write C++ programs, Tcl, Python and
Java scripts that do 3D visualization.
.
This package contains examples from the VTK source. To compile
the C++ examples you will need to install the vtk-dev package as well.
Some of them require the libqt4-dev package.
.
The Python and Tcl examples can be run with the corresponding packages
(python-vtk, tcl-vtk).
Description-md5: a89c5d60bda7000dc8d22c70bc942ff8
Homepage: http://www.vtk.org/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu