camitk-config command not found

In this troubleshooting guide we learn how to fix camitk-config command not found error message

Introduction

When you run more command in linux terminal / console, you get the following error message

camitk-config: command not found

or when using sudo you get the following error message

sudo: camitk-config: command not found

Solutions to camitk-config: command not found

How To Fix camitk-config: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu camitk-config is provided by camitk-config package.

camitk-config 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 a command-line application to diagnose and check the CamiTK configuration and environment setup.

To fix this problem, we can install more using the command below.

sudo apt-get -y install camitk-config

This command might take some time to finish depending on your machine internet connection.

You can also use apt command to install camitk-config.

sudo apt -y install camitk-config

Or if you have aptitude installed you can use the following command.

sudo aptitude install camitk-config

Summary

In this tutorial we learn how to fix camitk-config command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.