supybot-wizard command not found

In this troubleshooting guide we learn how to fix supybot-wizard command not found error message

Introduction

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

supybot-wizard: command not found

or when using sudo you get the following error message

sudo: supybot-wizard: command not found

Solutions to supybot-wizard: command not found

How To Fix supybot-wizard: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu supybot-wizard is provided by limnoria package.

limnoria is:

A robust, full-featured Python IRC bot with a clean and flexible plugin API. Equipped with a complete ACL system for specifying user permissions with as much as per-command granularity. Batteries are included in the form of numerous plugins already written.

Limnoria is robust (it doesn’t crash), user friendly (it’s easy to configure) and programmer friendly (plugins are extremely easy to write). It aims to be an adequate replacement for most existing IRC bots.

It is the maintained fork of supybot.

This package provides Python 3-only modules and scripts.

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

sudo apt-get -y install limnoria

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

You can also use apt command to install limnoria.

sudo apt -y install limnoria

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

sudo aptitude install limnoria

Summary

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