These are the all installed VTK-related packages on my system
paar-orin1@ubuntu:~/DiffuseSpheres/test$ dpkg -l | grep vtk
ii libvtk9-dev 9.1.0+really9.1.0+dfsg2-3build1 arm64 VTK header files
ii libvtk9-java 9.1.0+really9.1.0+dfsg2-3build1 arm64 VTK - Java language support
ii libvtk9.1:arm64 9.1.0+really9.1.0+dfsg2-3build1 arm64 VTK libraries
ii libvtk9.1-qt:arm64 9.1.0+really9.1.0+dfsg2-3build1 arm64 VTK libraries, Qt files
ii python3-vtk9 9.1.0+really9.1.0+dfsg2-3build1 arm64 Python bindings for VTK
ii vtk9 9.1.0+really9.1.0+dfsg2-3build1 arm64 Binaries for VTK9
"I installed the Python version of VTK using the following method:
python3 -m pip install "https://github.com/finsberg/vtk-aarch64/releases/download/vtk-9.2.6-cp310/vtk-9.2.6.dev0-cp310-cp310-linux_aarch64.whl"
This command downloads and installs a prebuilt wheel package for VTK version 9.2.6, specifically for Python 3.10 on the aarch64 architecture."