mu-conference command not found

In this troubleshooting guide we learn how to fix mu-conference command not found error message

Introduction

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

mu-conference: command not found

or when using sudo you get the following error message

sudo: mu-conference: command not found

Solutions to mu-conference: command not found

How To Fix mu-conference: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu mu-conference is provided by jabber-muc package.

jabber-muc is:

Multi User Conference component provides an implementation of XEP-0045 which allow the creation of multi-users chat. So with jabber-muc, you can run your own Jabber chatrooms server.

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

sudo apt-get -y install jabber-muc

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

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

sudo apt -y install jabber-muc

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

sudo aptitude install jabber-muc

Summary

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