Package: vtk6 Version: 6.3.0-1 Architecture: amd64 Maintainer: Albert Graef Installed-Size: 118846 Depends: libc6 (>= 2.33), libgcc-s1 (>= 3.0), libgl1, libstdc++6 (>= 9), libtcl8.6 (>= 8.6.0), libtk8.6 (>= 8.6.0), libx11-6, libxt6 Filename: ./amd64/vtk6_6.3.0-1_amd64.deb Size: 23398040 MD5sum: 3747369e0890cb1d39a355d072bd8708 SHA1: ba2b09052118ccdd431335c78e8167cf97668f8c SHA256: 603309c5c22b7cc590b372504e259ea064821000245f1d4bd63b144ac8ef9a51 Section: devel Priority: extra Homepage: https://www.vtk.org Description: A software system for 3D computer graphics VTK is a software system for 3D computer graphics, image processing, and visualization. This package provides the legacy 6.3 version, featuring a minimal build, including executables, headers, libraries, and the Tcl wrapper. . NOTE: If you want a complete and up-to-date version of VTK, this package is not for you; get the latest vtk package from the official Debian/Ubuntu repositories instead. This package is intended for developers and maintainers of legacy VTK applications in need of the "classic" VTK Tcl framework which runs in a standard Tcl environment. . NOTE: To prevent conflicts with other VTK installations, this package installs into /opt/vtk6. This includes the Tcl libraries, so in order to make the vtk package load properly in the Tcl interpreter, you need to set the TCLLIBPATH environment variable accordingly. E.g., in bash do: export TCLLIBPATH=/opt/vtk6/lib/tcltk.