Hello,
I can install itk 5 via the longer process of cloning the repository and building it from scratch using cmake. However, i wanted to shorten and simplify the process by just downloading the package as described here: Download ITK - ITK's documentation
It states to run “sudo apt-get install libinsighttoolkit5-dev”
This doesn’t work with an error on the command line in Ubuntu 22 stating: “unable to locate package: libinsighttoolkit5-dev”
However, sudo apt-get install libinsighttoolkit4-dev works.
Is ITK 5 not available as a package?
Thanks,