camitk-actionstatemachine command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
camitk-actionstatemachine: command not found
or when using sudo you get the following error message
sudo: camitk-actionstatemachine: command not found
Solutions to camitk-actionstatemachine: command not found
How To Fix camitk-actionstatemachine: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu camitk-actionstatemachine is provided by camitk-actionstatemachine package.
camitk-actionstatemachine is:
CamiTK helps researchers and clinicians to easily and rapidly collaborate in order to prototype CAMI applications, that feature medical images, surgical navigation and biomechanical simulations.
camitk-actionstatemachine is able to replay a pipeline (workflow) of CamiTK actions. This application takes an CamiTK augmented version of a SCXML subset as input and allow on to replay interactive the described state-machine containing a list of CamiTK actions and transitions.
To fix this problem, we can install more using the command below.
sudo apt-get -y install camitk-actionstatemachine
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install camitk-actionstatemachine.
sudo apt -y install camitk-actionstatemachine
Or if you have aptitude installed you can use the following command.
sudo aptitude install camitk-actionstatemachine
Summary
In this tutorial we learn how to fix camitk-actionstatemachine command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.