camitk-wizard command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
camitk-wizard: command not found
or when using sudo you get the following error message
sudo: camitk-wizard: command not found
Solutions to camitk-wizard: command not found
How To Fix camitk-wizard: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu camitk-wizard is provided by libcamitk-dev package.
libcamitk-dev is:
Helps researchers and clinicians to easily and rapidly collaborate in order to prototype CAMI applications, that feature medical images, surgical navigation and biomechanical simulations.
This package contains development files needed to build CamiTK applications. This package also provides the CamiTK wizard application to create new extensions.
To fix this problem, we can install more using the command below.
sudo apt-get -y install libcamitk-dev
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install libcamitk-dev.
sudo apt -y install libcamitk-dev
Or if you have aptitude installed you can use the following command.
sudo aptitude install libcamitk-dev
Summary
In this tutorial we learn how to fix camitk-wizard command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.