Package: vtk6 Version: 6.3.0-1 Architecture: amd64 Maintainer: Albert Graef Installed-Size: 117878 Depends: libc6 (>= 2.35), libgcc-s1 (>= 3.0), libgl1, libstdc++6 (>= 11), libtcl8.6 (>= 8.6.0), libtk8.6 (>= 8.6.0), libx11-6, libxt6 Filename: ./amd64/vtk6_6.3.0-1_amd64.deb Size: 25799376 MD5sum: 87facbccbe0e51f925fe6868707d27af SHA1: 67a8f3d5f30c248657594d9d84c870bcfc70b142 SHA256: e05ad6ec39b2becb4fba2e576d3a40698a632ffbfbee4ec12b53e36d9c1085a7 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.