gxmms2 command not found

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

Introduction

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

gxmms2: command not found

or when using sudo you get the following error message

sudo: gxmms2: command not found

Solutions to gxmms2: command not found

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

In Ubuntu gxmms2 is provided by gxmms2 package.

gxmms2 is:

gxmms2 is a GTK2-based XMMS2 client, written in C. Its main window is small and simple. It includes a playlist editor with a medialib search and an artist browser and a file information dialog.

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

sudo apt-get -y install gxmms2

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

You can also use apt command to install gxmms2.

sudo apt -y install gxmms2

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

sudo aptitude install gxmms2

Summary

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