kel-agent command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
kel-agent: command not found
or when using sudo you get the following error message
sudo: kel-agent: command not found
Solutions to kel-agent: command not found
How To Fix kel-agent: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu kel-agent is provided by kel-agent package.
kel-agent is:
An agent program for translating between various amateur radio installed programs and WebSockets. This was built to support https://github.com/k0swe/kellog but can be used by any web application that needs to communicate with amateur radio installed programs.
To fix this problem, we can install more using the command below.
sudo apt-get -y install kel-agent
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install kel-agent.
sudo apt -y install kel-agent
Or if you have aptitude installed you can use the following command.
sudo aptitude install kel-agent
Summary
In this tutorial we learn how to fix kel-agent command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.