quassel command not found

In this troubleshooting guide we learn how to fix quassel command not found error message

Introduction

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

quassel: command not found

or when using sudo you get the following error message

sudo: quassel: command not found

Solutions to quassel: command not found

How To Fix quassel: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu quassel is provided by quassel package.

quassel is:

Quassel is a modern, cross-platform, distributed IRC client, meaning that one or more clients can attach to and detach from the central core. It’s much like the popular combination of screen and a text-based IRC client such as WeeChat or irssi, but graphical.

This package provides the monolithic client. It contains both core and client and can be used like a traditional IRC client, without requiring an external core.

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

sudo apt-get -y install quassel

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

You can also use apt command to install quassel.

sudo apt -y install quassel

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

sudo aptitude install quassel

Summary

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