errbot command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
errbot: command not found
or when using sudo you get the following error message
sudo: errbot: command not found
Solutions to errbot: command not found
How To Fix errbot: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu errbot is provided by errbot package.
errbot is:
Errbot is a chatbot. It allows you to start scripts interactively from your chatrooms for any reason: random humour, chatops, starting a build, monitoring commits, triggering alerts…
It is written and easily extensible in Python.
To fix this problem, we can install more using the command below.
sudo apt-get -y install errbot
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install errbot.
sudo apt -y install errbot
Or if you have aptitude installed you can use the following command.
sudo aptitude install errbot
Summary
In this tutorial we learn how to fix errbot command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.