smuxi-frontend-gnome command not found

In this troubleshooting guide we learn how to fix smuxi-frontend-gnome command not found error message

Introduction

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

smuxi-frontend-gnome: command not found

or when using sudo you get the following error message

sudo: smuxi-frontend-gnome: command not found

Solutions to smuxi-frontend-gnome: command not found

How To Fix smuxi-frontend-gnome: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu smuxi-frontend-gnome is provided by smuxi-frontend-gnome package.

smuxi-frontend-gnome is:

Smuxi is an irssi-inspired, flexible, user-friendly and cross-platform IRC client for sophisticated users, targeting the GNOME desktop.

Smuxi is based on the client-server model: The core application (engine) can be placed onto a server which is connected to the Internet around-the-clock; one or more frontends then connect to the core. This way, the connection to IRC can be kept up even when all frontends have been closed. The combination of screen and irssi served as example for this architecture.

Smuxi also supports the regular single application mode. This behaves like a typical IRC client; it doesn’t need separate core management and utilizes a local engine that is used by the local frontend client.

This package contains the GNOME frontend of Smuxi, it can run either standalone using a local engine or connect to a running remote engine (server).

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

sudo apt-get -y install smuxi-frontend-gnome

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

You can also use apt command to install smuxi-frontend-gnome.

sudo apt -y install smuxi-frontend-gnome

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

sudo aptitude install smuxi-frontend-gnome

Summary

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