kamcli command not found

In this troubleshooting guide we learn how to fix kamcli command not found error message

Introduction

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

kamcli: command not found

or when using sudo you get the following error message

sudo: kamcli: command not found

Solutions to kamcli: command not found

How To Fix kamcli: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu kamcli is provided by kamcli package.

kamcli is:

kamcli is aiming at being a modern and extensible alternative to the shell script kamctl.

It requires that jsonrpcs module of Kamailio is loaded and configured to listen on an Unix domain socket or FIFO file. The way to interact with Kamailio has to be set inside kamcli config file (kamcli.ini).

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

sudo apt-get -y install kamcli

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

You can also use apt command to install kamcli.

sudo apt -y install kamcli

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

sudo aptitude install kamcli

Summary

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