jabber-querybot command not found

In this troubleshooting guide we learn how to fix jabber-querybot command not found error message

Introduction

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

jabber-querybot: command not found

or when using sudo you get the following error message

sudo: jabber-querybot: command not found

Solutions to jabber-querybot: command not found

How To Fix jabber-querybot: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu jabber-querybot is provided by jabber-querybot package.

jabber-querybot is:

You can easy write bots and use it over the jabber network.

jabber-querybot connects a jabber account and wait for messages. If a message comes in, it forward it to your self programmend modul. The return string of your module, jabber-querybot send it back to the jabber sender.

It is designed to be re-usable and to make it easy to write small Jabber bots that do one thing and do it well. A simple concept with a lot of examples and experiences are implemented.

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

sudo apt-get -y install jabber-querybot

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

You can also use apt command to install jabber-querybot.

sudo apt -y install jabber-querybot

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

sudo aptitude install jabber-querybot

Summary

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