quasselcore command not found

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

Introduction

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

quasselcore: command not found

or when using sudo you get the following error message

sudo: quasselcore: command not found

Solutions to quasselcore: command not found

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

In Ubuntu quasselcore is provided by quassel-core package.

quassel-core 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 only the core component.

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

sudo apt-get -y install quassel-core

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

You can also use apt command to install quassel-core.

sudo apt -y install quassel-core

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

sudo aptitude install quassel-core

Summary

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